Prev Next

Java / Access Modifiers

What are the applicable access specifier for a class/interface/abstract class?

It can be public or no access specified(default access).

More Related questions...

Show more question and Answers...


Comments & Discussions