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
In how many ways we can create threads in java?
What is use of static method?
Is treeset sorted in java?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
What are the differences between graph and tree?
What is starvation?
Is void a data type in java?
How does varargs work in java?
What is the full name of java?
Write a factorial program using recursion in java?
Define immutable object?
I want to store more than 10 objects in a remote server? Which methodology will follow?
Difference between final and effectively final ? Why is effectively final even required ?
Why do people says “java is robust”?
What is constant in programming?