what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / sunil
Acess specifers gives acess privelages to outside
application ot to others. they are public protected,
private,Defaults.
Acess Modifers gives additional meaning to data ,methods
clasees like final, abstract
| Is This Answer Correct ? | 8 Yes | 9 No |
Post New Answer View All Answers
What is exception handling in java?
What are the different types of constructor?
Explain the difference between abstraction and encapsulation.
What types of index data structures can you have in java?
What is javac_g?
What is a default constraint?
What is the Concept of Encapsulation in OOPS
What is passing by reference in java?
Can we call the run() method instead of start()?
What is singleton service?
What is the purpose of sizeof operator?
What is difference between arraylist and list in java?
How to obtain a performance profile of java program
What is the difference between the paint() and repaint() methods in java programming?
Can a vector contain heterogenous objects?