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 the difference between a switch statement and an if statement?
Can we overload destructor in java?
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
Difference between string, stringbuffer and stringbuilder?
What are abstract methods in java?
What are classloaders?
What is the vector class in java programming?
How does list work in java?
what is meant by Garbage collection?
What language is java written?
Justify your answer that you can't define a method inside another method in java, if you can then how?
Can you explain the final method modifier?
Can a variable be local and static at the same time?
Explain how hashmap works?
Do I need to import java.lang package any time? Why?