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 are the different tags provided in jstl?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
How many types of thread in java? give the name
What is java life cycle?
Differentiate between stringbuffer and string?
What is access modifiers?
Where are local variables stored?
What is a memory leak in java?
Can we override the private methods?
What is contract between hashcode and equal method?
What is static block?
How many times garbage collector will invoke an object?s finalize() method?