Which class should you use to obtain design information
about an object
Answer Posted / bindhu
The Class class is used to obtain information about an
object's design.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What restrictions are placed on method overloading in java programming?
How many bits is a double?
What are the different types of inner classes?
What is meant by call by reference?
what are synchronized methods and synchronized statements? : Java thread
What is hashtable and explain features of hashtable?
How to change the priority of thread or how to set the priority of thread?
what do you mean by classloader in java?
Why volatile is used in java?
What is use of super keyword in java?
What is command line used for?
What is data type in computer?
What are the differences between string, stringbuffer and stringbuilder?
What is the difference between length and length() method in java?
Can we override private methods?