To obtain design information about an object, which class
in used?
Answer / ranganathkini
java.lang.Class and classes in the java.lang.reflect package
are used in type reflection.
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the difference between composition and inheritance in java?
What is try-with-resources in java?
what is optional in java 8?
What is java class writing rules?
what is the purpose of using rmisecuritymanager in rmi?
What is bytecode in java ?
methods in Applet?
What is the purpose of garbage collection in java?
Does google use java?
What is a compilation unit?
Can we use String with switch case?
Can we write method inside a method in java?