Differentiate between nested and inner class in java.


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

Post New Answer

More Core Java Interview Questions

Difference between character constant and string constant in java ?

0 Answers  


String is an immutable object. Then how can the following code be justified. String s1 = ?ABC?; String s1 = s1+?XYZ?; s.o.p(s1); The output is ABCXYZ, which is the value of s1 ?

6 Answers   Flextronics, Keane India Ltd,


why static class in java or what is use of static class in java

3 Answers   SunGard,


What is a private class in java?

0 Answers  


Explain about anonymous inner classes in java?

0 Answers  


What is a blocking method in Java?

0 Answers  


how to prepare for IT Officers Interview in Banks

0 Answers   TATA, Tata Steel Limited,


What is difference between throw and throws ?

0 Answers   Cyient,


How does static modifier work?

1 Answers   Wipro,


Write the algorithm to check the number non-leaf nodes in a tree.

0 Answers   Amdocs,


What is the use of bufferedreader?

0 Answers  


Static Variable can referred in non-static method?

3 Answers  


Categories