To obtain design information about an object, which class
in used?



To obtain design information about an object, which class in used?..

Answer / 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

More Core Java Interview Questions

C and C++ has constructors and distructors, why does Java does not have distructors?

1 Answers   T3 Softwares,


Differentiate between vector and array list.

0 Answers  


What modifiers are used with an inner class which is a member of an outerclass?

1 Answers  


Explain the difference between string, stringbuffer and stringbuilder in java?

0 Answers  


What is io stream in java?

0 Answers  






How to display all the prime numbers between 1 and n (n is the number, get the input from user)

0 Answers  


What is a boolean used for?

0 Answers  


What is a java developer salary?

0 Answers  


Why cant we define System.out.println() inside a class directly?

5 Answers  


What is the difference between Array and Hash Table?

0 Answers   Impetus,


How are variables stored?

0 Answers  


How many types of threads are there in java?

0 Answers  


Categories