suppose string s1="rajnish";
string s2="bhaskar";
then what will be happend ?
Answer Posted / tejas gowda
Two String Object run successfuly and will be saved in the
heap memory
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
What is the purpose of extern variable?
Explain about doubly linked list
What is a singleton class in Java?
Name four container classes.
What are the changes in java.io in java 8 ?
What a static class can contains?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
What is a substitution variable?
What is an class?
What is method overloading in java ?
What is visibility mode?
Why do we declare a class static?
What are instance variables?
What about static nested classes in java?
Justify your answer that you can't define a method inside another method in java, if you can then how?