---
title: "What are Access Specifiers available in Java?"  
description: "What are Access Specifiers available in Java?"  
author: "Amit Singh"  
published: 2011-05-07  
updated: 2020-09-16  
canonical: https://www.mindstick.com/interview/857/what-are-access-specifiers-available-in-java  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What are Access Specifiers available in Java?

Access specifiers are keywords that determines the type of access to the member of a class. These are:

- Public
- Protected
- Private
- Defaults

## Answers

### Answer by Amit Singh

Access specifiers are keywords that determines the type of access to the member of a class. These are:

- Public
- Protected
- Private
- Defaults


---

Original Source: https://www.mindstick.com/interview/857/what-are-access-specifiers-available-in-java

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
