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
Difference between ‘is-a’ and ‘has-a’ relationship in java?
What do you mean by multithreaded program?
What is mnemonic in assembly language?
How will you calculate the depth of a binary tree if the tree contains 15 nodes?
What is string pool in java?
What are serialization and deserialization?
What is object in java?
What is arraylist class in java?
How do you remove spaces in java?
Why java is considered as platform independent?
What is gc()?
Can you explain inner class.
What is the difference between == and === javascript?
What is private public protected in java?
What is logical variable?