what are the uses of Class class and what it returns?
explain it with the example code.
Answer / santhosh kv
we can use class "Class" for dynamic class loading.
ie Class.forName("classname");
| Is This Answer Correct ? | 3 Yes | 0 No |
What is java developer skills?
How we create object in copy constructor?
What do the thread?class methods run() and start() do?
How does arrays sort work in java?
How many decimal digits is 64 bit?
How does multithreading take place on a computer with a single cpu in java programming?
What is the byte order of byte buffer?
What about main thread in java?
What are the access modifiers available in java?
What do you mean by JVM?
What is the difference between member variables initialization and assignment in a constructor?
Why is string class considered immutable?