what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / venkat
Access Specifiers :
public,private,protected and default.
Access Modifiers :
abstract,native,transient,final,static,volatile and
strictfp.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is a get method?
Which package has light weight components in java programming?
What are the drawbacks of singleton class?
Can array grow dynamically in java?
Why is string builder not thread safe?
What do you mean by garbage collection used in java?
What is a numeric format?
What is the SimpleTimeZone class?
How is a variable stored in memory?
What are new features introduced with java 8 ?
Why local variables are stored in stack?
Why inputstreamreader is used in java?
How you can force the garbage collection?
Is static variable stored in heap?
How to handle a web browser resize operation?