what is diff between Access modifier and specifier?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / praseen
Yes Rinal you are confused with each other. It is opposite.
| Is This Answer Correct ? | 0 Yes | 4 No |
Are enterprise beans allowed to use thread.sleep()?
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!
How to pass parameters in RMI?
whats is statement and procedure
What is the difference between long.class and long.type?
How to get an image from db2 database plz help as soon as possible
What are the difference between RMI and CORBA?
Name the class that is used to bind the server object with RMI Registry?
What is a policy?
How messaging services are done, before release of JMS?
Which container method is used to cause a container to be laid out and redisplayed?
When a thread blocks on i/o, what state does it enter?