What are inner classes or non static 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

why java main method is given as static method?

2 Answers  


How can you generate random numbers in java?

0 Answers  


What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?

0 Answers  


what is mean by ooad? where we are using? can you tell me any real time example?

1 Answers   Eka Software,


Is null or empty java?

0 Answers  


When throw keyword is used?

0 Answers  


What is this keyword in java?

0 Answers  


What are the common problems you have faced while implementing Java?

1 Answers   IBM,


There are 2 different ways to create an object. a)By using keyword "new" b)By using Class.forName ("className").newInstance(); What is the difference between these 2 methods.

3 Answers  


What does java edition mean?

0 Answers  


Can private class be extended java?

0 Answers  


why Runnable interface is preferable than extending the Thread class?

7 Answers   Aizza, College School Exams Tests, Sybrant Technologies, Wipro,


Categories