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 operands of instanceof operator?
What are access modifiers?
What is the difference between pass by reference and pass by pointer?
Name the class that used to read objects directly from a stream?
What is application tier?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
How can two threads be made to communicate with each other?
How are the elements of a gridbaglayout organized in java programming?
I have 2 objects inside one object(vector). how can i serialize one of them. I dont want to serialize the second one
Explain the difference between the Boolean & operator and the && operator?
explain Anonynous inner class?
Can we serialize singleton class?