What is the difference between Access Modifier and Access
specifier?
Answer Posted / nilesh.bhil@gmail.com
Access Modifier can define the ristrict level of visibility.
There are three types of Access Modifier.
1)Private
2)Protected
3)Public
There are four types of Access Mode.
1)Private
2)Protected
3)Public
4)Default or Pakage mode
Access specifiers define behaviour level of visibility.
The Access Specifier are
abstract, static, final, strictfp etc.
| Is This Answer Correct ? | 10 Yes | 7 No |
Post New Answer View All Answers
What is the purpose of skeleton and stub?
java program with complete 4 oops concepts implemented example
Hi i am creating desktop application in that i want calling to mobile number. i have java telephone api (JTAPI) but i dont understand how it configure & use plese help me
What are 3 boolean operators?
Why do we use string?
How to find the given number is a prime number or not by getting input from the user
Why generics are used in java?
What are different types of arrays?
Can a class have an interface?
Write a program to check for a prime number in java?
What is java thread dump, how can we get java thread dump of a program?
What are memory tables?
Is java programming easy?
What is a modifier?
How do you remove duplicates in java?