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
Which is faster set or list in java?
What is instance example?
What is the simpletimezone class in java programming?
Is this valid in java ? Can we instantiate interface in java?
What is the static keyword?
When does an object becomes eligible for garbage collection in java?
What do you mean by platform independence? What is an interface?
What is arrays aslist in java?
Can a class be protected in java?
What is a parameter in java?
Is 64bit faster than 32 bit?
How many functional interfaces does java 8 have?
Can we declare the main method of our class as private?
In how many ways we can create threads in java?
Can we return null in java?