How to create an instance of a class without using "new"
operator? Plz help me out properly.Thank u.
Answer Posted / vaibhav
Serialization and then deserialization will create a new
object without using "new" operator.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What are java packages? What's the significance of packages?
What is the difference between size and length in java?
What is a private class in java?
Can list contain null in java?
How can we create objects if we make the constructor private ?
What is passing by reference in java?
What are the disadvantages of using inner classes?
How do you format in java?
Differece between class and generic class?
Can you access non static variable in static context?
What is the purpose of main function in java?
Can we use return in constructor?
What do you mean by Hash Map and Hash Table?
Can we make the abstract methods static in java?
Why do we need singleton?