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
Does every java program need a main?
Can we use synchronized block for primitives?
What is the purpose of nested class in java?
What are the three best choices for a development environment?
Can we call thread start () twice?
When throw keyword is used?
Are functions objects in java?
Which class contains a method: cloneable or object?
How many types of string data types are there?
What are some examples of variable costs?
Is node a data type in java?
What is the difference between procedural and object-oriented programs?
Can you start a thread twice in Java?
What is struts in java?
What is the right data type to represent a price in java?