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 is main method?
What is a numeric string?
What is meant by 'Class access modifiers'?
What is return keyword in java?
In java, what is the difference between method overloading and method overriding?
Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.
Which is illegal identifier in java?
Give an example of use of pointers in java class.
Explain about doubly linked list
What's the difference between int and integer in java?
Why call by value prevents parameter value change?
what is encapsulation in java? Explain
What is the difference between a loader and a compiler?
What is an object in java and how is it created?
What are the types of sockets in java?