what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / dev
Access specifiers ::
The access specifier determines how accessible the field is
to code in other classes. Access ranges from totally
accessible to totally inaccessible. You can optionally
declare a field with an access specifier keyword: public,
private, or protected.
Access Modifiers ::
You can optionally declare a field with a modifier keyword:
final or volatile and/or static and/or transient.
Is This Answer Correct ? | 363 Yes | 94 No |
Post New Answer View All Answers
What does next mean in java?
What causes memory leak in java?
What exactly is methodology?
How to write custom exception in java?
What is difference between Heap and Stack Memory?
What is the difference between a method and a procedure?
Why parsing is done?
What is the synchronized method modifier?
What about method local inner classes or local inner classes in java?
what are Hostile Applets?
What is finally and finalize in java?
What is private static class in java?
What are the steps in the jdbc connection?
Can you extend main method in java?
What are the super most classes for all the streams?