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 the difference between Java and C++?
What is int lol?
What is static in java?
What are accessor methods in java?
How can you generate random numbers in java?
Tell us something about set interface.
What is purpose of applet programming?
Can you extend singleton class?
What is difference between equals and hashcode method?
Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?
How do I get 64 bit java?
Why do we use threads in java?
What is the program development process?
How many types of java are there?
What are the advantages of autoboxing?