How to create an instance of a class without using "new"
operator? Plz help me out properly.Thank u.
Answer Posted / guest
by using class.forName();
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Is null false in java?
What is the relationship between class and object?
Differentiate between class and structure.
How many ways can you break a singleton class in java?
Is java a digit method?
What is java and its types?
What is use of set in java?
How do you use parseint in java?
Which class is the superclass for every class in java programming?
Which browsers work with java?
What is the purpose of garbage collection in java? When is it used?
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
Explain the importance of throwable class and its methods?
Can we have a method name same as class name in java?
What is the difference between stored procedure & function?