What are Access Specifiers and Access Modifiers.
Answer Posted / ravikiran(aptech mumbai)
access specifies will specify the scope of the member access.
public
protected
private
default
access modifier will support the functionality of a method
abstract
final
native
synchronized
static
| Is This Answer Correct ? | 47 Yes | 7 No |
Post New Answer View All Answers
In how many ways we can create threads in java?
Is there a jre for java 11?
What is arrays sort in java?
What is a singleton factory?
Write java program to reverse string without using api?
What does file separator do in java?
What is percentage in java?
Can you call a method in a method?
When should the method invokelater() be used?
Explain about doubly linked list
What is an empty class? What functionality does it offer in Java?
Can we have multiple classes in a single file?
Is set ordered in java?
What are the advantages of encapsulation in java?
Does java support Operator Overloading?