What modifiers are used with an inner class which is a
member of an outerclass?



What modifiers are used with an inner class which is a member of an outerclass?..

Answer / ranganathkini

The modifiers for an inner class are:

public
private
protected
static
final
strictfp
abstract

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Core Java Interview Questions

What is collection api?

0 Answers  


What is anonymous class?

2 Answers  


What is difference between static and abstract class?

0 Answers  


What is the synonym of string?

0 Answers  


What is api data?

0 Answers  






What does sprintf return?

0 Answers  


How will you communicate between two applets?

0 Answers  


What is a nested structure?

0 Answers  


What happens if we don’t define serial version uid?

0 Answers  


explain the concept of virtual method invocation in polymorphism in detail?

0 Answers   TCS,


1) There are 10 different threads in runnable state. Each having priority 1 to 10. How does the CPU schedules or executes these threads?

2 Answers   RBS,


What is a "pure virtual" member function?

0 Answers   Amazon,


Categories