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 major drawback of internal iteration over external iteration?
What is an example of a boolean?
How do you input a string in java?
Is alive method in java?
What are inbuilt functions in java?
What is arrays fill in java?
What are triggers in DB? Explain their types. How do they work?
Why can't you declare a class as protected?
Are floats faster than doubles?
Can you extend main method in java?
Is c better than java?
Where is the singleton class used?
What is bubble sorting in java?
How destructors are defined in java?
How do you read and print a string in java?