What are Brief Access Specifiers and Types of Access Specifiers?
Answer Posted / nashiinformaticssolutions
To assist JVM in comprehending the extent of a variable, method, and class, access specifiers are predefined keywords. Four access specifiers are available to us.
Specifier for Public Access
Specifier for Private Access
Specifier of Protected Access
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is string and example?
What are namespaces in java?
Can we assign the reference to this variable?
How strings are created in java?
What is the difference between I ++ and ++ I in java?
Does substring start with 0?
What is the purpose of the system class in java?
What is getkey () in java?
What does || mean in vectors?
What is difference between checked and unchecked exception in java?
How many ways can we create the string object?
What is a condition in java?
What is java util hashmap?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
Explain the pointers in Java?