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 arraylist ordered?
Define canvas?
Is zero a natural number?
Is arraylist dynamic in java?
What are three ways in which a thread can enter the waiting state in java programming?
Which variables are stored in heap?
What is boolean logic?
Explain about exception propagation?
What is set in java?
Is map ordered in java?
How will you invoke any external process in java?
Can we define constructor in inner class?
How to find the index of the largest number in an arraylist java?
Which programming language is best in future?
Can you sort a string in java?