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 do you mean by aggregation?
What is the purpose of the enableevents() method in java programming?
Can we have a try block without catch block?
What is hash in java?
what do you mean by marker interface in java?
What is the purpose of lambda expressions?
How do you sort in java?
Can a class extend more than one class?
What is the difference between yielding and sleeping?
What are the important features of Java 9 release?
Do I need java on my computer?
In the below example, how many string objects are created?
Does java allow default arguments?
List some oops concepts in java?
how we can create packages in java?