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?



why an outer class cannot be declared as private?..

Answer / 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

More Core Java Interview Questions

Can inner class be public in java?

0 Answers  


What is the difference between stringbuffer and stringbuilder class?

0 Answers  


What is the difference between actual and formal parameters?

0 Answers  


Can a class be subclass of itself?

4 Answers  


What is hashing in java?

0 Answers  


What is the use of flag?

0 Answers  


How do I find and replace in word?

0 Answers  


What is the difference between class forname and new?

0 Answers  


What is the java reflection api? Why it’s so important to have?

0 Answers  


What is the difference between an argument and a parameter?

0 Answers  


Can you have an inner class inside a method and what variables can you access?

2 Answers  


What is the applet security manager, and what does it provide?

0 Answers  


Categories