what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / ankit rawat
Access Specifier-
Public
Private
protected
default
Access Modifier-
static
constant
abstract
final
Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Can singleton class be cloned?
What are predefined functions?
How do you read and print a string in java?
What is boolean used for?
What is difference between equals and hashcode method?
What is the purpose of the main method?
Name few java util classes introduced with java 8 ?
What is the difference between stored procedure & function?
What is a pointer and does java support pointers?
Why java is used everywhere?
What is meant by main method?
How many bits is a string?
What is an array in java?
Name few "optional" classes introduced with java 8 ?
What is the technique adopted to create an immutable class?