what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / jessie
Access specifiers are public,private and protected.By default it is default.Access specifiers provides the scope and visibility of class,method and variable.
Access modifiers are those(static,final,abstract,transient..etc) which modifies the visibility provided by access specifiers...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does jre stand for?
What are predicates in java 8?
How to avoid memory leak in java?
What is an object in java and how is it created?
How many types of memory areas are allocated by JVM in java?
What is the maximum size of hashmap in java?
What are the 3 types of loops in java?
What does singleton class mean?
Explain treeset?
What is the purpose of static methods and variables?
Difference between == and .equals() ?
Explain a situation where finally block will not be executed?
What is meant by binding in rmi?
Can we have multiple classes in single file ?
What are decalarations?