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 types of index data structures can you have in java?
Is arraylist ordered in java?
Why is multiple inheritance not supported in java?
What is a class in java?
What is meant by oops concept in java?
What is the major advantage of external iteration over internal iteration?
Is 0 a real number?
What is the difference between call by reference and call by pointer?
What does index mean in java?
What is complexity in java?
Why are generics used?
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
What is set and get methods in java?
What is space character in java?
What is string args [] in java?