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 substring 1 in java?
What is the purpose of default constructor?
What about main thread in java?
explain copyonwritearraylist and when do we use copyonwritearraylist?
What are the differences between Java 1.0 and Java 2.0?
How do you escape a string?
What is the difference between a field variable and a local variable?
Is null a keyword in java?
How can we make copy of a java object?
what is synchronization? : Java thread
Why do we need data serialization?
What is an object class?
What is the use of toarray () in java?
Is java call by reference?
Why does java does not support multiple inheritance? Explain