To obtain design information about an object, which class
in used?



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

Post New Answer

More Core Java Interview Questions

Is logger a singleton?

0 Answers  


Can an object be garbage collected while it is still reachable?

3 Answers  


How do you sort a list in java?

0 Answers  


Who is the owner of java?

0 Answers  


What is functional interface in java example?

0 Answers  






What is the ==?

0 Answers  


23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an <applet> tag?. code,height & width. 26. What does 'CODEBASE' in an applet tag specify?. Files absolute path.

0 Answers   TCS,


What is nan inf?

0 Answers  


How will you measure that int takes up only 32 bits in memory?

2 Answers   Rolta,


What will happen if we write code like: try{}catch(exception e)catch(IOException i)

6 Answers   CTS, TCS,


why an outer class cannot be declared as private?

1 Answers  


What is difference between abstract class & final class

7 Answers  


Categories