How to create an instance of a class without using "new"
operator? Plz help me out properly.Thank u.
Answer Posted / eswar
yes ....Class is a class which creates object
dynamically.....
| Is This Answer Correct ? | 10 Yes | 7 No |
Post New Answer View All Answers
What is type safety in java?
Explain the use of sublass in a java program?
How to print nodes of a Binary tree?
How to store image in arraylist in java?
What does sprintf mean?
How do you execute a thread in java?
What are different type of exceptions in java?
What is a static method in java?
Is it possible to override private or static method in java?
5 Coding best practices you learned in java?
How to make a non daemon thread as daemon?
Can we override tostring method in java?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
Which is the best approach for creating thread ?
what is the constructor and how many types of constructors are used in java?