what is diff between Access modifier and specifier?

Answer Posted / bhavesh

access specifier is public,private and protected
access modifier is final abstact and sycronization

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

875


What is a class loader?

940


Can I have an action without a form?

802


What is bean? Where can it be used?

787


How are the elements of a cardlayout organized?

768


What are the different class loaders used by jvm?

804


Define the remote object implementation?

2175


When a thread blocks on i/o, what state does it enter?

785


How a component can be placed on Windows?

2474


what are getters and setters in Java with examples?

1483


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1586


which book is better for jdbc ,servlets and jsp

1827


Name the eight primitive java types.

805


Will the general public have access to the infobus apis?

755


what is an isolation level?

2421