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
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
How database connectivity in XML is achieved?
What is the purpose of the wait(), notify(), and notifyall() methods?
Which textcomponent method is used to set a textcomponent to the read-only state?
What is prototype?
How messaging services are done, before release of JMS?
Explain how will the struts know which action class to call when you submit a form?
What is a clone?
To what value is a variable of the string type automatically initialized?
When a thread blocks on i/o, what state does it enter?
which book is better for jdbc ,servlets and jsp
Is there a guarantee of uniqueness for entity beans?
What is the difference between system.out ,system.err and system.in?
Where can I ask questions and make suggestions about seam?
Define aop(assepct oriented programing)?