InterviewSolution
Saved Bookmarks
| 1. |
Which class should you use to obtain design information about an object? |
|
Answer» The Class class is used to obtain information about an object's design and java.lang.Class class instance represent classes, interfaces in a running Java application. |
|