Computer Science, asked by RupamKpiyush6885, 1 year ago

What are final, abstract, synchronized non-access modifiers in Java?

Answers

Answered by anju2730
2

Answer -

Java provides a number of non-access modifiers to achieve many other functionalities. The static modifier for creating class methods and variables. The final modifier for finalizing the implementations of classes, methods, and variables. The abstract modifier for creating abstract classes and methods.

Similar questions