Which is java default access specifier?

Java

1 answer

Answer

1161900

2026-08-26 02:10

+ Follow

Java
Java

There is no such thing as an access specifier in Java. There are access modifiers.

The default access modifier if unspecified is to allow access to classes in the current package only, except within an interface where the default is 'public'

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.