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
Explain how hashmap works?
What is tree in java?
Can a final variable be manipulated in java?
How to connect to a remote database using Applet?
What is the numeric promotion?
What is int lol?
How is a variable stored in memory?
What is the difference between array list and vector in java?
What is the static import?
What is difference between throw and throws ?
What modifiers may be used with a top-level class?
How do you declare an empty string?
What is the use of a copy constructor?
When would you use a static class?
What is this keyword used for?