suppose string s1="rajnish";
string s2="bhaskar";
then what will be happend ?
Answer Posted / ravikiran
two objects will be saved in the heap
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
What are the basic control structures?
What are the various access specifiers in java?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
What is super keyword explain with example?
What are the three parts of a lambda expression? What is the type of lambda expression?
How does varargs work in java?
How many wrapper classes are there in java?
What is the maximum size of arraylist in java?
Explain about narrowing conversion in java?
Is assembly language a low level language?
How do you convert bytes to character in java?
What is the final field modifier?
What is collection api?
What's the difference between comparison done by equals method and == operator?
When can an object reference be cast to an interface reference in java programming?