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

What is connection class in java?

764


Are arrays passed by reference in java?

720


what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread

931


Explain thread in java?

915


What is a boolean structure?

816


How do you escape in java?

830


What is quick sort in java?

811


What are the advantages and disadvantages of object cloning?

815


How many types of assembly languages are there?

742


How to do encapsulation in java?

844


If a class is declared without any access modifiers, where may the class be accessed in java programming?

933


What are the two parts of a conditional statement?

754


Can an integer be a string?

746


What is the use of runnable interface?

873


How will you print number in reverse (descending) order in BST.

794