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 |
Is null a keyword in java?
Is it possible to declare abstract class as final?What happens if we do so?
What is variable length arguments in java?
What are parameters in a method?
What is byte value?
List the interfaces which extends collection interface?
What is the java project architecture?
What is codebase?
Does java support multiple inheritance or not?
how can i kill thread without stop() and destroy()
Which collection is best for sorting in java?
What is diffrance between FINALIZE() & FINALLY ?