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
Can a list be null in java?
Which class represents the socket that both the client and server use to communicate with each other?
What do you mean Abstraction in java?
What are triggers in DB? Explain their types. How do they work?
Does java allow overriding static methods ?
Explain public static void main(string args[]) in java.
how to write a server program and sending the mails to the server using smtp protocol please help me
What is array sorting in java?
Can a class extend more than one class?
What is the purpose of static keyword in java?
How can we break singleton in java?
What is palindrome in java?
Define inheritance with reference to java.
How many types of equations are there?
What is the largest long allowed by java?