Which class should you use to obtain design information
about an object

Answers were Sorted based on User's Feedback



Which class should you use to obtain design information about an object..

Answer / bindhu

The Class class is used to obtain information about an
object's design.

Is This Answer Correct ?    4 Yes 1 No

Which class should you use to obtain design information about an object..

Answer / ravikiran

from reflection package java.lang.reflect

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Core Java Interview Questions

What is an abstract class and what is it’s purpose?

0 Answers  


How many threads can I run java?

0 Answers  


Can multiple catch statements be used in exceptions ?

6 Answers   Wipro,


Is there is any error if you have multiple main methods in the same class?

10 Answers   Infosys, Wipro,


Difference between overloading and overridding?

4 Answers  






What is an enumeration?

0 Answers  


I have a sorting issue with a Hashmap. My constraint is that I MUST use the Hashmap and work with existing code. I do a database query and place the results in a Hashmap. When I iterate thru the Hashmap, it loses the original alphabetical sorting done by the database. So, my problem is that I must sort the results coming out of the Hashmap which is then placed into another class.

1 Answers  


How to add two numbers with out using Arithmetic , union operators in java....? But we can use bitwise operators... but how...?

4 Answers   CTS, Satyam,


Explain notify() method of object class ?

0 Answers  


What is difference between overloading and overriding?

2 Answers   Accenture,


What is meant by the value of a variable?

0 Answers  


what is server side caching?

0 Answers   AIG,


Categories