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
Write a java program for binary search?
What happens when main () method is declared as private?
Can you explain the meaning of aggregation and composition
Convert Binary tree to linked list.
What are parsers? Dom vs sax parser.
What is meant by object oriented programming – oop?
What is not object oriented programming?
What's the purpose of static methods and static variables?
How to calculate the length of a singly linked list in java?
What does yield method of the thread class do?
What is string in java is it a data type?
what is nested class in java?
What is another word for methodology?
What is method reference?
Can a static member function access member variable of an object?