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 |
Name the eight primitive java types.
Why is string immutable in java?
what is difference between object state and behaviour?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
difference. between List and Set?
2 Answers Campus Interaction, HCL, Infotech,
What are the difference between RMI and CORBA?
What is a thread?
What is the purpose of the finally clause of a try-catch-finally statement?
How do you iterate in Hashmap?
What is a modular application? What does module-relative mean?
Describe activation process?
What is a tasks priority and how is it used in scheduling?