View Single Post
Old 07-09-2018, 11:50 PM   #1
Pranit0503
Registered User
 
Join Date: Jul 2018
Posts: 4
Explain the Access And Non-Access Modifiers In Java?

Two types of modifiers are offered by Java. They are: Access modifiers and Non-Access modifiers. The visibility is controlled by access modifiers for using a class or a variable or a method or a constructor. Functionalities are offered by non-access modifiers like synchronizing a method or block.

Access Modifiers In Java :

The visibility of a class or method or a variable or a constructor can be controlled with the help of access modifiers. In Java, there are four different access modifiers in Java...read here
Pranit0503 is offline   Reply With Quote