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 is sizeof in java?
How are java objects passed to a method and what are native methods?
What is api data?
When is the finally clause of a try-catch-finally statement executed?
What are the three parts of a lambda expression? What is the type of lambda expression?
What is used of static keyword in java?
How can the checkbox class be used to create a radio button?
How to create a thread in java?
What is compiler and what its output.
what are synchronized methods and synchronized statements? : Java thread
Can we use string in the switch case?
What is e java?
What about instanceof operator in java?
Can size_t be negative?
How does the garbage collector works in java?