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

why an outer class cannot be declared as private?

Answer Posted / ravi kumar

private class PrivateClass //You cannot use private here
{
}


class TestClass //This is valid
{
}
}
This is because, in above example, if you declare PrivateClass as private then it's private to what? As Vijay said, it is of no use. So, intellisense intelligently doesn't show 'private' .

also another thing that private class can not be instantiate means u can not create object that class then what will be use of that class

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)

2282


What is a class variable?

982


What technique is carried out to find out if a particular string is empty?

971


What is the purpose of the finalize() method?

1174


Is null a keyword in java?

915


Is string a wrapper class?

963


What is thread safe java?

867


What do you know about the garbate collector?

977


Explain the differences between static and dynamic variables?

1081


why are wait(), notify() and notifyall() methods defined in the object class? : Java thread

931


These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }

1027


What does string mean in java?

1038


how to create daemon thread in java?

1010


What is the map interface in java programming?

964


Is string a data type in java?

976