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 I use % with real numbers?
How many bytes is 255 characters?
What is a lambda expression ? What's its use ?
Should a main method be compulsorily declared in all java classes?
What is the replace tool?
Can this keyword be used to refer static members?
What is the synchronized method modifier?
Why string is immutable or final in java
What Is Composition?
What is the super void?
What is pass by value?
What does indexof return in java?
How many bits are in a sentence?
What is the difference between this() and super() in java?
What is percentage in java?