Answer Posted / surendrareddy
The access specifiers in java are
1.public
2.private
3.protected these are control access specifiers in java
The another one is "Default" it will available when we will
not mention above 3 access specifiers before the class variable
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can we sort a map in java?
Explain list interface?
How to display all the prime numbers between 1 and 100
What is the access scope of protected access specifier?
Explain the difference between jvm and jre?
Explain the protected field modifier?
What is a numeric digit?
What are loops in java?
Explain about varargs in java?
What are the advantages of java over C++?
Can we make the abstract methods static in java?
How do you create a method in java?
What is navigable map in java?
What are the advantages of encapsulation in java?
How do you take thread dump in java?