what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / swetha
Access Specifiers :
public,private,protected and default.
Access Modifiers :
abstract,native,transient,final,static,volatile and
strictfp.
| Is This Answer Correct ? | 85 Yes | 46 No |
Post New Answer View All Answers
What do you mean by order of precedence and associativity?
What is sortedset in java?
What is the purpose of the system class in java?
what is the difference between preemptive scheduling and time slicing? : Java thread
What do you know about java?
What is a parent class in java?
What is the difference between an if statement and a switch statement?
Variables used in a switch statement can be used with which datatypes?
Explain super keyword in java.
Convert a BST into a DLL and DLL to BST in place.
How define set in java?
What is package private scope in java?
What is += mean in java?
Can we use different return types for methods when overridden?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?