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 do you mean by platform independence of Java?
How do you escape sequences in java?
What are 4 pillers of object orinted programming?
Why java is said to be pass-by-value ?
write a program that list all permutations of ABCDEF in which A appears before B?
How do you compare characters in java?
What is the main use of generics in java?
Tell me the latest versions in java related areas?
What is a priority queue java?
what is the output ? Math.floor(-2.1) a)2 b)-2 c)-3.0 d)0
Explain the use of javap tool.
What are File and RandomAccessFile classes?