1).what is the difference between below examples
String s="vijay";
String s=new String("vijay");
Answer Posted / info_vijaykumar
Thanks a lot Karun....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is finalize()?
What is a protected class in java?
What is a platform?
What is jvm? How its run?
What is jrmp?
Which list is sorted in java?
Differentiate between array list and vector in java.
Explain the difference between static and dynamic binding in java?
Why is stringbuffer not immutable?
How do you sort arraylist in descending order?
What is the difference between static method and instance method in Java?
What is the difference between preemptive scheduling and time slicing in java programming?
Why declare Main() inside the class in java ?
what is the difference between thread and runnable types? : Java thread
What are some characteristics of interference class?