what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / ejp
Still wrong. Don't you people read the thread? There is no
such thing as an access specifier in Java.
| Is This Answer Correct ? | 6 Yes | 9 No |
Post New Answer View All Answers
What is the use of runnable interface?
Can we use String with switch case?
Can an object subclass another object?
How many types of methods are there in java?
What are the differences between graph and tree?
What is the final blank variable?
What is multi level inheritance in java?
How many inner classes can a class have?
What is the meaning of I ++ in java?
What is formatted output in java?
How to call one constructor from the other constructor ?
What if constructor is protected in java?
What is bifunction in java?
If a variable is declared as private, where may the variable be accessed?
Can we inherit a class with private constructor?