what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / ejp
#31 doesn't answer the question, and repeats the same
confusion expressed in the question. There is NO SUCH THING
as an access specifier in Java, and therefore nothing for
the question to be about.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is %02d?
What is the implementation of destroy method in java. Is it native or java code?
How many bytes is a string java?
What is array command?
What is illegal identifier in java?
What is not object oriented programming?
Can constructor be static or final?
Can we assign null to double in java?
What is a boolean expression in java?
Java is pass by value or pass by reference? Explain
Objects or references which of them gets garbage collected?
Explain different states of a thread in java?
When do you call copy constructor?
What is the difference between an object-oriented programming language and object-based programming language?
what is deadlock? : Java thread