what is diff between Access modifier and specifier?
Answers were Sorted based on User's Feedback
Answer / raveesha
access specifiers will specify the scope of the members of
access
public,protected,private,default.
access modifiers will support the functionality of a method.
abstract,final,native,synchronized,static,volatile.
| Is This Answer Correct ? | 39 Yes | 3 No |
Answer / rinal doshi 9998099633
access modifiers will support the functionality of a method.
abstract,final,native,synchronized,static,volatile.
access specifiers will specify the scope of the members of
access
public,protected,private,default.
| Is This Answer Correct ? | 17 Yes | 0 No |
Answer / praseen
Yes Rinal you are confused with each other. It is opposite.
| Is This Answer Correct ? | 0 Yes | 4 No |
Explain how will the struts know which action class to call when you submit a form?
What is the priority of Garbage collector thread?
how the action can be map from jsp page to bean class in mvc1
Difference between loadclass and class.forname?
which book is better for jdbc ,servlets and jsp
What is the relationship between the canvas class and the graphics class?
What is the RMI and Socket?
What are skeletons and stubs and how they are generated?
what is difference between checked exception & unchecked exception in java?
What is the difference between the session.update() method and the session.lock() method?
What is a compilation unit?
what is the RMI / IIOP?