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 are the differences between heap and stack memory in java?
Why packages are used?
What are data structures in java?
How many types of literals are there in JAVA?
What does super keyword do?
What are the 2 types of java programs?
What is serial version uid and its importance in java?
Why runnable interface is used in java?
What are the super most classes for all the streams?
Can an abstract class be a final class?
What is preflight request?
What is a superclass?
explain the difference between jdk and jvm?
What is computer compiler?
What is string args [] in java?