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...


static inner classes means..?



static inner classes means..?..

Answer / ranganathkini

static inner classes are nested class members marked by the
"static" keyword. These classes have access to the enclosing
class's static members but no access to the non-static
members of the enclosing class.

Static classes do not depend on an instance of their
enclosing class and hence they can be instantiated without
instantiating their enclosing class.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is the benefit of inner / nested classes ?

0 Answers  


Give a briefing on the life cycle of a thread.

1 Answers  


When do we use hashset over treeset?

0 Answers  


Do loops java?

0 Answers  


System.out & System.in are final static data member of System class but we can change there reference through setOut() & setIn() method how...

2 Answers   FCS, TCS,


What is computer compiler?

0 Answers  


What is rule of accessibility in java?

0 Answers  


Why does java not support operator overloading?

0 Answers  


How does JAVA ClassLoader work?

1 Answers   IBM,


what is multithreading?

5 Answers   Virtusa,


Is there any difference between nested classes and inner classes?

0 Answers  


What is singleton class in ruby?

0 Answers  


Categories