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


Please Help Members By Posting Answers For Below Questions

What is the difference between session and entity beans?

578


What is the purpose of the finally clause of a try-catch-finally statement?

555


Can we sent objects using Sockets?

645


Whats new with the stop(), suspend() and resume() methods in jdk 1.2?

581


What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?

569






How many times may an objects finalize() method be invoked by the garbage collector?

672


Explain what is synchronization?

572


In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?

580


What are the different class loaders used by jvm?

597


How will you pass parameters in RMI? Why do you serialize?

693


Are enterprise beans allowed to use thread.sleep()?

647


Why does the option tag render selected=selected instead of just selected?

673


what are the advantages of JTA over JTS?

1669


Why use a datasource when you can directly specify a connection details? (in a J2EE application)

3450


What is the difference between the session.update() method and the session.lock() method?

554