what is diff between Access modifier and specifier?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between long.class and long.type?
Which containers use a border layout as their default layout?
Do I have to use jsps with my application?
What is the diffrence between a local-tx-datasource and a xa-datasource?
what are memory considerations of jsp compares to other web components?
What is local interface. How values will be passed?
What is the difference between a menuitem and a checkboxmenuitem?
What is the difference between RMI registry and OS Agent?
What are the different approaches to represent an inheritance hierarchy?
Can I run seam with jdk 1.4 and earlier?
What is the difference between a static and a non-static inner class?
What class is used to create Server side object ?
Java is fully object oriented languages or not?
Is the ternary operator written x : y ? Z or x ? Y : z ?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!