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 it possible to use Semaphore/ Mutex in an Interrupt Handler?
Can list be null in java?
How to disable caching on back button of the browser?
how does multithreading take place on a computer with a single cpu? : Java thread
Why 1 is not a prime number?
What is a top level class in java?
How can you avoid serialization in child class if the base class is implementing the serializable interface?
What does mean in regex?
What is variable in java?
What is the purpose of an interface?
Is it possible for a yielded thread to get chance for its execution again?
What is intern method in java?
What’s meant by anonymous class?
What are the 4 types of characters?
How to create a custom exception?