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 happens to a static var that is defined within a method of a class?
Can we overload the main() method?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
Is empty list java?
What do you know about java?
What is the symbol for average?
Why can't we make a class private in java?
What are the disadvantages of using inner classes?
When object is created and destroyed?
What is hashmap and map?
Can we split string with in java?
Define Multiprogramming and Multiprocessing in java.
What is main method?
Why spring singleton is not thread safe?
What is the use of callablestatement?