what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / subhadip
"Public" is both a access specifier and access modifier.
What is the difference here?
| Is This Answer Correct ? | 23 Yes | 62 No |
Post New Answer View All Answers
What language is java written?
What is a default method?
Explain the difference between an object-oriented programming language and object-based programming language?
Explain how can you debug the Java code?
What is the most important feature of java? What is an interface?
Are arrays immutable in java?
How do you reverse sort a list in java?
how we can create packages in java?
What is the base class for error and exception?
Why is a string immutable?
How to sort a collection of custom Objects in Java?
Can we overload the methods by making them static?
Give few difference between constructor and method?
Tell us something about an iterator.
What is an infinite loop in java? Explain with an example.