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
Are enterprise beans allowed to use thread.sleep()?
What is a class loader?
Can I have an action without a form?
What is bean? Where can it be used?
How are the elements of a cardlayout organized?
What are the different class loaders used by jvm?
Define the remote object implementation?
When a thread blocks on i/o, what state does it enter?
How a component can be placed on Windows?
what are getters and setters in Java with examples?
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!
which book is better for jdbc ,servlets and jsp
Name the eight primitive java types.
Will the general public have access to the infobus apis?
what is an isolation level?