Sir nice explanation sir , But here one small mistake sir , Hashcode memory address sa return Pannadhu Adhukkaana hash value va return pannum Formula: s[0]*31^lenght-1+.......+s[n]*31^0 If made mistake means pls point out my mistake sir Thank u😊😊
hello sir... i am having one doubt sir... if we create two objects like this, String s1=new String("welcome"); String s2="welcome"; when we printing the hashcode() of those objects, i get the same output. when we create object with new keyword, that object stored in heap memory. when we create literal, is that literal points that same value in heap memory? please clear my doubt sir
Sir I have a problem and I can't find a solution in Internet Neenga intha comment uh patheenga na please paste your solution here Question is : "Hello World of java and python" replace first 2 letters of each word in this string with number "12" Hope I get a response from you sir...
i am mechanical student.semma clear understanding sir❤❤
Aiya..JavaScript playlist um add paningana arumaiyaga irukum aiya..🙏🏻🙏🏻👍👍❤❤
Super Explanation... It made very clear about String class. Thanks
Super sir.. I need more videos about Java
your videos are helping often when i have puzzle with concept. thx u so much sir
hats off sir😍🤩🤩
Very very useful ❤️
Super sir❤
Sir nice explanation sir ,
But here one small mistake sir ,
Hashcode memory address sa return
Pannadhu
Adhukkaana hash value va return pannum
Formula: s[0]*31^lenght-1+.......+s[n]*31^0
If made mistake means pls point out my mistake sir
Thank u😊😊
Nice...Explain
Hai, sir please post framework videos, spring, spring boot, hibernate
hello sir... i am having one doubt sir... if we create two objects like this,
String s1=new String("welcome");
String s2="welcome";
when we printing the hashcode() of those objects, i get the same output. when we create object with new keyword, that object stored in heap memory. when we create literal, is that literal points that same value in heap memory? please clear my doubt sir
Yeah It Points To Same Address Cause Java Works Like That To Reduce Memory And Until If You Done Any Correction It Points To Same Address.
No it was in the memory of heap contains str constant pool in that nly it will save
Sir, one interview question how to create custom immutable class?
Super sir
Very Useful🙏. Kotlin basics videos konjam pannunga sir plz..!
Sir neenga unga java software kedaikum ah
Tq sir
Why type ..count=1 or 0 i confused 🤔
Sir toString method puriyala
Ennakum
Count ++ yen podamum
❤
👍
Sir notes kedaikuma sir
Sir I have a problem and I can't find a solution in Internet
Neenga intha comment uh patheenga na please paste your solution here
Question is :
"Hello World of java and python" replace first 2 letters of each word in this string with number "12"
Hope I get a response from you sir...
Try replace keyword. If don't know about replace keyword refer that videos
public class Read
{
public static void main(String[]args)
{
StringBuffer sb = new StringBuffer("Hello World of java and python");
for(int i=0;i