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

How do you declare an array that will hold more than 64KB of data?

0 Answers   Aspire, Infogain,


What are parsing rules?

0 Answers  


What does \ mean in regex?

0 Answers  


What are the differences between checked exception and unchecked exception?

0 Answers  


How to sort array in descending order in java?

0 Answers  


What is Collections API?

1 Answers  


What is an infinite loop? How infinite loop is declared?

0 Answers  


Is the empty set a singleton?

0 Answers  


7) Suppose there is Student class like class student { int age; string name; } We want to store these objects in a HashMap. Do we need to override any methods in Student class? If any which ones and why? what if i just override equals or just hashcode? what will be the results in both the cases?

4 Answers   CSC, Nagarro, RBS,


What is difference between == and === in js?

0 Answers  


What is the same as procedures?

0 Answers  


If you do not want your class to be inherited by any other class. What would you do?

0 Answers  


Categories