what is diff between Access modifier and specifier?
Answer Posted / 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 |
Post New Answer View All Answers
What modifiers may be used with an interface declaration?
Write a singleton program?
What is synchronization and why is it important?
the same information whether it will connect to the database or it will be used previous information?
what are the advantages of JTA over JTS?
Why does the option tag render selected=selected instead of just selected?
What is prototype?
What is the difference between the string and stringbuffer classes?
what is a portable component?
What is the difference between RMI and Corba?
What you mean by COM and DCOM?
What is RMI and what are the services in RMI?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
Can I use javascript to submit a form?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)