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 difference between iterator and enumeration ?
What is the functionality of the stub?
which class is the wait() method defined in? : Java thread
What is the difference between compile-time polymorphism and runtime polymorphism?
What are filterstreams?
What do you mean by thread safe?
What is the symbol for line break?
what is a green thread? : Java thread
What is string buffer?
Explain the difference between an Interface and an Abstract class?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
Explain what is encapsulation?
What is the default size of set in java?
What is a concrete classes? Is Java object class is concrete class?
How will you initialize an Applet?