what is difference betwenn Access Specifier and Access
Modifier ????
Answer Posted / praveen111tripathi
Access Specifiers specify the scope of anything(D.M,Member
function ,class)while Access modifiers define that thing's
accessibility in different scops
A.S. in java
1-Public
2-default
3-protected
4-private
A.M. in java
static,final etc.
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
What are sets in java?
List some java keywords sun like c, c + + keywords?
What is a nested list?
Explain heap sort?
Can you explain the private protected field modifier?
What is the final blank variable?
What 5 doubled?
How is Object Oriented Programming different from Procedure Oriented Programming?
What is use of super keyword?
What is the use of object and class classes?
What is method overloading and method overriding?
Can you have two constructors in java?
What is methodological theory?
Explain the use of shift operator in java. Can you give some examples?
What is final access modifier in java?