To obtain design information about an object, which class
in used?
Answer Posted / 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 |
Post New Answer View All Answers
Is string a datatype?
Explain naming conventions for packages?
How can we create objects if we make the constructor private ?
Under what conditions is an object’s finalize() method invoked by the garbage collector?
How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?
Write a program to solve producer consumer problem in java?
What is the use of private static?
How many types of methods are there in java?
Is stringwriter thread safe?
What is the null?
What is use of a abstract variable?
What is a numeric format?
What is public static?
What is e in java?
How can you avoid serialization in child class if the base class is implementing the serializable interface?