How to create an instance of a class without using "new"
operator? Plz help me out properly.Thank u.
Answer Posted / prakash sah
This is happening using reflection. Read reflection in java
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Does java vector allow null?
How does remove work in java?
How do you declare an array in java?
What is difference between classpath and path variables in java?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?
What happens if main method is not static?
Can we declare register variable as global?
What is the difference between Grid and Gridbaglayout?
What do you understand by a Static Variable?
Can you call a method in a method?
Why does java not allow multiple public classes in a java file ?
What is jee6?
What kind of variables can a class consist?
Is 0 true or false in java?
what is the difference between thread and runnable types? : Java thread