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 |
How core java/j2ee project performance can be measured ?
What is jee6?
What is the difference between Error, defect,fault, failure and mistake?
Why do we need hashmap in java?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
What do you mean by JVM?
What are different types of inner classes ?
Explain some best practices you would apply while using collection in java?
What is static data type in java?
What is the difference between length and length () in java?
What is stringbuffer in java?
Why is sizeof not a function?