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
What is difference between hashset and hashmap?
What is the program compilation process?
How do you compare two strings lexicographically?
What is protected access modifier?
What are the actions that can occur when a thread enters blocked state?
What is ellipsis in java?
What is string in java? String is a data type?
How many threads can I run java?
Explain reverse a linked list iterative solution in java?
What is ++ a in java?
What is meant by binding in rmi?
Can we create a constructor in abstract class?
What is the use of singleton?
What is the file extension for java?
What is the access scope of a protected method?