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
Can we declare main () method as non static?
What is the purpose of javac exe?
Give any two differences between C++ and java.
How can a gui component handle its own events in java programming?
Tell us something about set interface.
How we create object in copy constructor?
What is an iterator interface in java programming?
When will you define a method as static in Java?
What is the symbol for space?
How many wrapper classes are there in java?
Why java uses the concept of the string literal?
Define how can we find the actual size of an object on the heap?
Can inner class have constructor?
Is oracle charging for java?
Why is method overloading not possible by changing the return type in java?