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 is java command?
What is parsing and its types?
Why do we use regex?
How transient variable is different from volatile variable?
when we have to use final class in java?
Can we sort set in java?
Write a program to solve producer consumer problem in java?
What do you mean by access modifier?
What are autoboxing and unboxing? When does it occur?
What is return code?
Without creating a new object, How you can retrieve a String or other object?
How to validate the request (Eg:user name and password) in session(http session)? not in LDAP server ?