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 is a nested class?
What is difference between string and new string?
What is the difference between throw and throws keywords?
Can we use a default constructor of a class even if an explicit constructor is defined?
Difference between overriding and overloading in java?
Can you inherit a constructor java?
What does method mean?
Explain polymorphism citing an example.
Why do we use return statement?
State the difference between strings and arrays.
What are the main differences between the java platform and other platforms?
Explain about anonymous inner classes ?
Which number is denoted by leading 0x or 0x in java?
How to perform linear search in java?
How do you represent a space in regex java?