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 space character in java?
Does java map allow duplicates?
How will you reverse a singly-link list?
0 Answers Akamai Technologies,
Why string is not thread safe?
What is difference between wait and notify in java?
Can we declare Pointer in Java?
Why can't we use static class instead of singleton?
What is externalizable interface?
How do I get 64 bit java?
What happens when a thrown exception is not handled?
What is the functionability stubs and skeletons?
How does sublist works in java?