what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / ankit rawat
Access Specifier-
Public
Private
protected
default
Access Modifier-
static
constant
abstract
final
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What are the limitations of procedural programming approach?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
what is instanceof operator used in java?
What is the static variable?
What is the difference between @before and @beforeclass annotation?
What is a percentage sign called?
Can arraylist hold different types java?
How many types of java are there?
What are the 2 types of java programs?
Can we have more than one package statement in source file ?
How do you check if a character in a string is a digit or letter?
Differece between class and generic class?
Is array an object in java?
What is javac in java?
Explain the differences between abstraction and encapsulation?