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

can we create object for static class in java

Answer Posted / ashlesha sharma

there are two types of classes..
1.Top level class
2.inner class

top level classes cant be declared as static.Its a
compilation error.

inner classes can be declared as follows:
1.Anonymous classes: cant be declared as static.
2.Local classes: cant be declared as static.
3.member classes: the only class that can be declared as static.
4.nested loop level class:A nested top-level class is a
member classes with a static modifier. A nested top-level
class is just like any other top-level class except that it
is declared within another class or interface.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

EDS (Electronic Data Systems India Pvt Ltd) at Chennai on 16-12-2006.

9275


What are desktop procedures?

1097


What is the purpose of the System class?

1040


What is the final class modifier?

1087


What is Recursion Function?

1260


What is static import?

1230


Can a final method be overloaded?

1000


Discuss different types of errors that generally occur while programming.

1087


What is difference between jdk,jre and jvm?

1185


How many ways can we create singleton class?

1021


Why string is immutable with example?

1035


Why do we use predicate in java?

1092


What is replaceall in java?

1077


Why do we need array in java?

1054


Explain the scope or life time of class variables or static variables?

1038