what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / ejp
There is no such thing as an 'access specifier' in Java so
there is nothing for 'access modifier' to be different from.
There are 'type specifiers' and 'access modifiers'. See the
Java Language Specification.
| Is This Answer Correct ? | 23 Yes | 17 No |
Post New Answer View All Answers
Write a method that will remove given character from the string?
Define inheritance?
'A class is a template for an object' explain this statement.
What are the differences between the constructors and methods?
Convert a BST into a DLL and DLL to BST in place.
What is lambda programming?
What is the numeric promotion?
What does the @override annotation do?
Why string is immutable or final in java
What is Hierarchy of exception?
What is an infinite loop in java? Explain with an example.
Can you sort a list in java?
What are exception handling keywords in java?
Is java util regex pattern thread safe?
Explain a few methods of overloading best practices in java?