What is the difference between Access Modifier and Access
specifier?
Answer / 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 |
What is the difference between an inner class and a sub-class?
what is use of threads how many ways to create thread
Can we have a try block without catch block?
What does you mean in math?
explain autoboxing in java?
What are virtual methods?
How thread scheduler schedule the task?
What are design patterns and please explain?
How do you remove spaces in java?
how are methods defined?
what is meant by Garbage collection?
when there is a need of jvm then how we can say that java is a platform independent language?