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 is the use of flag?
Are constructors methods?
What is the final keyword in java?
What is a nested class?
What are the different types of data structures in java?
If try block is successfully executed, Then Is Finally block executed?
What is difference between adapter class and listener?
Can you access the private method from outside the class?
What is preparedstatement in java?
What about abstract classes in java?
what is server side caching?
What is memory leak and how does java handle it?
Can a static method be overridden in java?
Is singleton set an interval?
What is the dot operator?