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
Explain the JDB in depth & command line.
what methods would you overwrite in java.lang.object class?
What is a jagged array in java?
What is file in java?
Can a final variable be manipulated in java?
What is the disadvantage of java?
what is enumset?
Who is the owner of java?
What is meant by 'Class access modifiers'?
What is the difference between a break statement and a continue statement?
What are the object and class classes used for?
Which variable is the independent variable?
Explain the difference between call by refrence and call by value?
What is the difference between synchronized and synchronized block?
Does list maintain insertion order java?