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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you generate random numbers in java?

1067


What is the old name of java?

1039


What is udp in java?

1042


Which java collection does not allow null?

1213


What are latest features introduced with java 8?

1153


What are 3 data types?

1039


Explain how can you debug the Java code?

1116


What is bufferedwriter?

1033


What is fail first in java?

1295


Name few java.lang classes introduced with java 8 ?

1049


What are the java ide’s?

1096


What are the 8 data types in java?

1044


Which collection allows duplicate values in java?

1028


What is a class instance variable?

1170


How many static init can you have?

1268