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 is a data structure java?
What do you know about java?
What is stringbuffer in java?
What is the difference between assignment and initialization?
Is java util list serializable?
What is meant by inheritance and what are its advantages?
How many types of memory areas are allocated by JVM in java?
What are parsing rules?
What is the internal implementation of set in java?
In Java list the methods that can be overridden?
EDS (Electronic Data Systems India Pvt Ltd) at Chennai on 16-12-2006.
What are the two types of java?
What is the difference between procedural and object-oriented programs?
What is nested interface?
Does garbage collection occur in permanent generation space in jvm?