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 a null point?
Why call by value prevents parameter value change?
What is a boolean output?
Explain the overview of UDP messaging.
Explain the private field modifier?
What is arrays fill in java?
How is java created?
Who is founder of java?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
What is difference between arraylist and list in java?
Can java arraylist hold different types?
Does the order of public and static declaration matter in main method?
What about member inner classes?
What is java in layman terms?
What is the difference between post and put?