1).what is the difference between below examples
String s="vijay";
String s=new String("vijay");
Answer Posted / info_vijaykumar
i got your answer,what are all the two instance in
that?.....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is use of set in java?
How do you start a new line in java?
In how many ways we can do exception handling in java?
what is thread? What are the high-level thread states? : Java thread
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
Can static method access instance variables ?
What do you understand by the bean persistent property?
What is intern method in java?
What is variable and rules of variable?
What is args length in java?
What is the return type of the main method?
Is it necessary for the port addresses to be unique? Explain with reason.
What is difference between an object and a class?
What is the exact difference in between unicast and multicast object? Where we will use?
What are green threads in java?