what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / venkat
Access Specifiers :
public,private,protected and default.
Access Modifiers :
abstract,native,transient,final,static,volatile and
strictfp.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is a native method in java programming?
What are namespaces in java?
Is arraylist sorted in java?
How many functional interfaces does java 8 have?
Explain how to force the garbage collection in java.
What is a map in java?
Can interface be private in java?
Which number is denoted by leading zero in java?
Explain about static nested classes in java?
Which class contains a method: cloneable or object?
What is a module function?
Explain the importance of finally block in java?
What is a newline character in java?
How do you read and print a string in java?
What is string :: npos?