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 do inner class cannot have static declaration except
static nested class?

Answers were Sorted based on User's Feedback



Why do inner class cannot have static declaration except static nested class?..

Answer / vipul

Inner classes share a intimate relationship wth the outer
class which means to instantiate the inner class we need to
obtain the object of the outer class.in any case the inner
class contain any static member then we can access it only
with inner class name in that case we won't require its
object whch means we won't require the outer class
object.but java doesn't allow this if we want to access ny
if the inner class data member we must ahve outer class n
inner class object....queries r most welcomed..

Is This Answer Correct ?    6 Yes 2 No

Why do inner class cannot have static declaration except static nested class?..

Answer / adithya

Static have only one copy in memory. For class we have to
create objects. But for static we cannot create.

Is This Answer Correct ?    7 Yes 9 No

Post New Answer

More Core Java Interview Questions

How an object is serialized in java?

0 Answers  


How to run a JAR file through command prompt?

0 Answers  


How do you add an element to a set in java?

0 Answers  


What is variable and its types?

0 Answers  


Can you make an instance of an abstract class?

5 Answers   Accenture,


What is the difference between I ++ and ++ I in java?

0 Answers  


What is thread safe java?

0 Answers  


Which method cannot be overridden in java?

0 Answers  


What are the methods used to implement for the key object in the hash map?

0 Answers  


How java is platform independent?

41 Answers   College School Exams Tests, Infosys, TCS,


how to write a program for chat function using core java

1 Answers   Satyam,


Can you instantiate the math class in Java?

0 Answers   IBS,


Categories