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 is connection class in java?
Are arrays passed by reference in java?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
Explain thread in java?
What is a boolean structure?
How do you escape in java?
What is quick sort in java?
What are the advantages and disadvantages of object cloning?
How many types of assembly languages are there?
How to do encapsulation in java?
If a class is declared without any access modifiers, where may the class be accessed in java programming?
What are the two parts of a conditional statement?
Can an integer be a string?
What is the use of runnable interface?
How will you print number in reverse (descending) order in BST.