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
Which is better singleton or static class?
What is a variable in java?
What is a variable simple definition?
What is charat java?
What do you mean by static variable?
What is the default execution method in java?
Does java vector allow null?
How to implement a multithreaded applet?
What is set in java?
How many tetrahedral voids are there in bcc?
what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread
What is the map interface in java programming?
What is the function of character?
What are serialization and deserialization?
Can we create a constructor in abstract class?