What is a reflection package?
Answers were Sorted based on User's Feedback
Answer / ravikiran(aptech mumbai)
reflection package defines the members and methods which
will give information about class related things
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / janet
java.lang.reflect package has the ability to analyze itself
in runtime.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the use of bin and lib in JDK?
What is regex java?
What are the steps to do connection pooling in weblogic?
5 Coding best practices you learned in java?
Define Wrapper Classes in Java.
Is it possible to specify multiple jndi names when deploying an ejb?
I have a string like _a01_a02_a03_ and another string like _2_1.5_4_ as input.I want to extract a01,a02... to a string array and 2,1.5,etc to a double array with a01 corresponds to 2 and a02 to 1.5 etc. Need code in core java.. Can you do it?
What happens if we override only equals?
What does you mean in math?
What is keyset in java?
What do you mean by data type?
What is the difference between a break statement and a continue statement?