what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / gautham
Access Specifiers  A.S gives access privileges to outside
of application (or) others; they are Public, Protected,
Private, Defaults
Access Modifiers  A.M which gives additional meaning to
data, methods and classes, final cannot be modified at any
point of time
| Is This Answer Correct ? | 52 Yes | 25 No |
Post New Answer View All Answers
What does exclamation mean in java?
What is the major difference between linkedlist and arraylist?
What is a conditional statement explain with example?
23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an
What are three types of loops in java?
Is minecraft 1.15 out?
Can a singleton class be inherited?
Does java have a compiler?
Can a class extend 2 classes in java?
What is meant by stack and queue?
What are static blocks in java ?
what is heap memory?
What is arguments in java?
Can we override constructor in java?
What is final int?