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
How do you access command-line arguments within the code?
What is ph and buffers?
How to reverse a string in java?
How many types of methods are there in java?
What does ide stand for?
Difference between a class and an object?
what is singleton in java?
Can we convert integer to string in java?
What means public static?
What is preparedstatement in java?
How is final different from finally and finalize?
What is string data?
What is the use of System class?
Why is singleton class used?
How do you declare a string variable?