Why to use nested classes in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What do you know about the garbage collector?

0 Answers  


Difference between the paint() and repaint() methods?

1 Answers  


which of tha following is not a thread safe class? a) ArrayList b)Vector c)HashTable d)None

17 Answers  


There are 2 classes, 1 LandAnimal and another WaterAnimal. There is another class Animal which wants to have the properties of both LandAnimal and WaterAnimal. How will you design this situation?

6 Answers   KPIT,


What is the Layout for ToolBar?

1 Answers  






Define how objects are stored in java?

0 Answers  


What all methods are used to prevent thread execution ?

0 Answers  


What is a consumer in java?

0 Answers  


When we can access the static data member without creating the object what is the need of the object in java.

5 Answers   Airhub, ssinformatics,


Is array dynamic in java?

0 Answers  


Can a class have a static inner class?

0 Answers  


what value will be return by the read() method once it reaches the end-of-file? a. Throws EOException b. Return null c. Return -1 d. Read method return nothing, because it is void method

1 Answers  


Categories