How many objects are created when we create String class
object using new operator?
Answer Posted / shalini
using new operator, we can create same object 'n' no of
times of the same string class coz jvm would never verify
for the existing object wenever we create the object using
new operator
| Is This Answer Correct ? | 7 Yes | 9 No |
Post New Answer View All Answers
What is the use of System class?
What is unicode with example?
What is the primary benefit of encapsulation?
What methods are used in Servlet?Applet communication?
What is the reason behind using constructors and destructors?
Can we override private methods?
What is javac_g?
What are the 4 types of research methods?
What is token in java?
what are Hostile Applets?
What is the difference between arraylist and hashset in java?
What is the purpose of extern variable?
What is fail first in java?
What lambda means?
Can we use synchronized block for primitives?