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 is qualitative variable?
Describe string intern() methodology
Are private methods final?
How many wrapper classes are there in java?
Does hashset allow duplicates in java?
Is logger a singleton?
How are java objects passed to a method and what are native methods?
What are the different types of java?
Is static a singleton?
What is difference between stringbuffer and string?
What is string english?
Can main() method in java can return any data?
What does jenkins do?
What are abstract classes and anonymous classes?
What is java beans?