Programming Tutorials

What are Access Specifiers available in Java?

By: Karthik in Interview Tutorials on 2012-06-16  

Answer: Access specifiers are keywords that determines the type of access to the member of a class. These are:

	Public 
	Protected 
	Private 
	Defaults 





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Interview )

Latest Articles (in Interview)