what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / sunil
Acess specifers gives acess privelages to outside
application ot to others. they are public protected,
private,Defaults.
Acess Modifers gives additional meaning to data ,methods
clasees like final, abstract
| Is This Answer Correct ? | 8 Yes | 9 No |
Post New Answer View All Answers
What is a string token?
What is the use of predicate in java 8?
What are the difference between string, string builder, and string buffer in java?
What is meant by stack and queue?
What is a top level class in java?
How does the garbage collector works in java?
What do you mean by access modifier?
Write a factorial program using recursion in java?
Explain all java features with real time examples
What data type is true or false?
Explain the difference between protected and default access.
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
How to stop a thread in java? Explain about sleep () method in a thread?
What is the difference between the direct buffer and non-direct buffer in java?
What is stringreader?