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
How many types of constructors are used in java?
what is abstract class in Java?
Can I override protected method in java?
How do you replace all in word?
What are "class access modifiers" in Java?
Can we create a constructor in abstract class?
How can you traverse a linked list in java?
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?
Explain the difference between the public, private, final, protected, and default modifiers?
Is minecraft 1.15 out?
Why vector class is used?
Explain about OOPS concepts and fundamentals.
What is final keyword in java?
What's the base class in java from which all classes are derived?
When is the finalize() called? What is the purpose of finalization?