What are legal modifiers that we can use to declare an inner class?



What are legal modifiers that we can use to declare an inner class?..

Answer / javamasque

public, protected, private, abstract, static and final

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Core Java Interview Questions

Can a main method be overloaded?

0 Answers  


What is the final class?

0 Answers  


what are the boundaries of jdk and jre?

0 Answers   CoreObjects,


Are static members inherited to sub classes?

0 Answers  


Can we extend the String class?

3 Answers   Truworth,






What is a stringbuilder?

0 Answers  


How do you differentiate abstract class from interface?

0 Answers  


Explain creating threads by extending thread class ?

0 Answers  


How big is a pointer?

0 Answers  


When we give defination of interface method in the class why method must be public???

2 Answers  


What is the collection interface?

0 Answers  


What is the difference between jdk, jre, and jvm?

0 Answers  


Categories