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 methods are used in Servlet?Applet communication?
Name the components that are termed to be Heavy-weight component but available in Light-weight components?
What is final keyword in java? Give an example.
How to handle a web browser resize operation?
Does every java program need a main?
Can a constructor have different name than a class name in java?
Is a class subclass of itself?
What are identifiers in java?
Why string is not thread safe?
What is the default value of local and global variables?
What are the ways to instantiate the class class?
Does java support function overloading, pointers, structures, unions or linked lists?
What are namespaces in java?
What access modifiers can be used for class ?
What is the primitive type byte?