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


Please Help Members By Posting Answers For Below Questions

Is it possible to use Semaphore/ Mutex in an Interrupt Handler?

767


Can list be null in java?

776


How to disable caching on back button of the browser?

759


how does multithreading take place on a computer with a single cpu? : Java thread

917


Why 1 is not a prime number?

789


What is a top level class in java?

746


How can you avoid serialization in child class if the base class is implementing the serializable interface?

849


What does  mean in regex?

781


What is variable in java?

731


What is the purpose of an interface?

791


Is it possible for a yielded thread to get chance for its execution again?

733


What is intern method in java?

820


What’s meant by anonymous class?

850


What are the 4 types of characters?

773


How to create a custom exception?

757