What are Java modifiers?
Answers
Answered by
0
.Java provides a number of non-access modifiers to achieve many other functionality. The static modifier for creating class methods and variables. The finalmodifier for finalizing the implementations of classes, methods, and variables. The abstract modifier for creating abstract classes and methods.
hope it helps
mark me as brainliest
hope it helps
mark me as brainliest
Answered by
6
Answer:
A Java access modifier specifies which classes can access a given class and its fields, constructors and methods. Java access modifiers are also sometimes referred to in daily speech as Java access specifiers, but the correct name is Java access modifiers
Similar questions