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
What is operator overloading. Is it is supported in java?
Is java platform independent?
Can we have any other return type than void for main method?
How to make a class or a bean serializable?
What does compareto () do in java?
How do generics work?
How do I enable java in safari?
What are runtime exceptions?
What is static method with example?
What is string [] args?
What is an off by one error in java?
Difference between this() and super() ?
What is substring 1 in java?
Write java program to reverse string without using api?
How do you implement singleton class?