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 the java project architecture?
What is the byte range?
Can singleton class be serialized?
When parseint method can be used?
How does compareto work in java?
Explain the meaning of java applet.
What is return null in java?
What is a double vs float?
What is arrays sort in java?
What is a file pointer?
How we can execute any code even before main method?
Explain method overloading?
What is the method to declare member of a class static?
Does hashset allow duplicates in java?
can used Protected Class outside Function.?