How to create an instance of a class without using "new"
operator? Plz help me out properly.Thank u.
Answer Posted / arun kumar rout
In java without using new you can not create instance of a
class.
| Is This Answer Correct ? | 16 Yes | 66 No |
Post New Answer View All Answers
What does a void function return?
What are void pointers?
How static variable work in java?
What is complexity in java?
Can we execute a program without main?
What is a copy constructor in java?
What are serialization and deserialization?
What is :: operator in java?
What is the purpose of the return statement?
Explain about interrupt() method of thread class ?
Is string pool garbage collected?
Can a static member function access member variable of an object?
Which programming language is most secure?
What happens if main method is not static?
What's the difference between comparison done by equals method and == operator?