How many objects are created when we create String class
object using new operator?
Answer Posted / naveen
Yes,two Objects will be created, First in Constant Pool and
second Object in Heap area of the Memory
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Describe the process as to how substring() methodology mechanisms in java.
What is continuity of a function?
What are scalar data types?
What is flag in python?
What are byte codes?
Give example to differentiate between call by value and call by reference.
What is an 8 bit word?
How many types of java are there?
How many types of memory areas are allocated by jvm?
How do you join strings in java?
Explain about complier design(phases)
What is a qualifier in a sentence?
What are the disadvantages of object oriented programming?
What is a java list?
What is threaded programming and when is it used? : Java thread