Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Objects or references which of them gets garbage collected?

0 Answers  


What is the functionality of the stub?

0 Answers  


Explain an intermediate language?

0 Answers  


What are adapter classes?

0 Answers  


Write a java program that prints all the values given at command-line.

0 Answers  


StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?

6 Answers   HCL,


What is the diff. b/w Interfaces & Abstract class?

6 Answers   Ericsson,


Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.

0 Answers   Mphasis,


What is the purpose of the wait(), notify(), and notifyall() methods in java programming?

0 Answers  


Is there memory leaks in java?

3 Answers  


List any five features of java?

0 Answers  


How can we find the actual size of an object on the heap?

0 Answers  


Categories