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 pangram in java?
Why do we need wrapper classes?
What do the thread?class methods run() and start() do?
What is the applet security manager, and what does it provide?
What is get () in java?
what is abstract class in Java?
Can we call virtual funciton in a constructor ?
What is a double vs float?
Explain abstract class in java?
How does indexof work?
How many types of classes are there in java?
What are white spaces in java?
Which is the class in java?
Is a string literal?
What is difference between static and abstract class?