what is diff between Access modifier and specifier?
Answer Posted / 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 |
Post New Answer View All Answers
Is a class a subclass of itself?
Explain the different types of memory used by jvm?
What modifiers may be used with an inner class that is a member of an outer class?
Are enterprise beans allowed to use thread.sleep()?
What is ioc concept & explain it?
What is the relationship between the canvas class and the graphics class?
Can constructors be synchronized in java?
What are the types of scaling?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
Define the remote object implementation?
What state does a thread enter when it terminates its processing?
What is scalable, portability in the view of J2EE?
When a thread blocks on i/o?
Can we sent objects using Sockets?
What are JTA/JTS and how they used by client?