what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / deepthi
for the access specifiers we use one at time i.e,public int a;
bt for the access modifiers we can use two at a time i.e, static final int a;
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What do you understand by abstract classes?
Why call by value prevents parameter value change?
How do I stop concurrentmodificationexception?
What is java util list?
Explain different types of thread priorities ?
What is an infinite loop? How infinite loop is declared?
What is :: operator in java?
What is a native method in java programming?
How can we use primitive data types as objects?
Can you extend singleton class?
What is java and their uses?
Why java is used everywhere?
What is protected access modifier?
What is a null class?
What is linked hashset and its features?