what are the uses of Class class and what it returns?
explain it with the example code.
Answer Posted / santhosh kv
we can use class "Class" for dynamic class loading.
ie Class.forName("classname");
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What will happen to the exception object after exception handling?
How are variables stored in memory?
Why java is not 100% object-oriented?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
Write a program based on Java script program.
How can we create an immutable class in java?
What is a platform?
What is private static in java?
What one should take care of, while serializing the object?
Can java cast null?
How to reverse a string in java?
What are alternatives to java serialization?
How can we make copy of a java object?
What is the program compilation process?
What is the size of string?