How many objects are created when we create String class
object using new operator?
Answer Posted / guest
Two object will create.
| Is This Answer Correct ? | 30 Yes | 8 No |
Post New Answer View All Answers
What is scope of a variable?
Can we overload run() method in java?
What is the purpose of static keyword in java?
What is final keyword in java?
What flag up means?
Is array primitive data type in java?
How would you use Bubble Sort to sort the number of elements?
Can we override data members in java?
Explain about main() method in java ?
Difference between string s= new string (); and string s = "abv";?
What is the constructor?
How does hashset work in java?
What is the difference between Java and C++?
What does t in java mean?
What is the public method modifier?