What is the purpose of nested class in java?


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

Post New Answer

More Core Java Interview Questions

What is a consumer in java?

0 Answers  


How many objects are created when we create String class object using new operator?

9 Answers   Mind Tree,


Does garbage collection occur in permanent generation space in jvm?

0 Answers  


Should a main method be compulsorily declared in all java classes?

0 Answers  


What is protected access modifier?

0 Answers  






What is a nullable field?

0 Answers  


If a method is declared as protected, where may the method be accessed?

0 Answers  


Is null in java?

0 Answers  


Name the method that used to clear the buffer ?

2 Answers  


What is "finally" keyword?

10 Answers  


Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example

0 Answers  


What is the difference between method and constructor ?

3 Answers  


Categories