Which class should you use to obtain design information about an object in java programming?



Which class should you use to obtain design information about an object in java programming?..

Answer / Ashutosh Kumar Agarwal

The Class class in Java can be used to get design information about an object, such as its name, methods, fields, and superclass.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Is null a keyword in java?

1 Answers  


Is it possible to declare abstract class as final?What happens if we do so?

1 Answers  


What is variable length arguments in java?

1 Answers  


What are parameters in a method?

1 Answers  


What is byte value?

1 Answers  


List the interfaces which extends collection interface?

1 Answers  


What is the java project architecture?

1 Answers   IBM,


What is codebase?

1 Answers  


Does java support multiple inheritance or not?

1 Answers   Hexaware,


how can i kill thread without stop() and destroy()

1 Answers  


Which collection is best for sorting in java?

1 Answers  


What is diffrance between FINALIZE() & FINALLY ?

2 Answers   Infosys,


Categories