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
Is boolean a wrapper class in java?
What is byte [] in java?
Can we use synchronized block for primitives?
What is an i/o filter?
What is the difference between throw and throws in java?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
Can we access the non-final local variable, inside the local inner class?
What is break and continue statement?
how to create constants in java?
How do I print a “?
What is constructor and its types?
What is the syntax and characteristics of a lambda expression?
What happens to the Exception object after handling an exception?
Are constructors methods?
Where are the local variables stored?