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
What are the four versions of java?
Why declare Main() inside the class in java ?
What is thread safe in java?
What is the advantage of OOP in java?
What are methods?
What does the exclamation mark mean in java?
What is the default size of arraylist in java?
What value is a variable of the string type automatically initialized?
what is server side caching?
What are strings in physics?
How to perform linear search in java?
Explain hashset and its features?
What is the java idl system?
What is the symbol for line break?
Can we nested try statements in java?