To obtain design information about an object, which class
in used?
Answer Posted / ranganathkini
java.lang.Class and classes in the java.lang.reflect package
are used in type reflection.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is parseint?
Explain about arraylist?
What is the difference between hashmap and hashtable in java?
What is identifier give example?
What is a class in java?
What is a default method?
What is a buffer in computer?
Is there any difference between nested classes and inner classes?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
Why is whitespace important?
What is JVM and is it platform independent?
How do you check if a number is a perfect square?
What is a locale?
What is the difference between preemptive scheduling and time slicing in java programming?
whatis Home interface and Remoteinterface? with example?