what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / venkat
Access Specifiers :
public,private,protected and default.
Access Modifiers :
abstract,native,transient,final,static,volatile and
strictfp.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is string made of?
Are static members inherited to sub classes?
What is the association?
Can we call virtual funciton in a constructor ?
Explain working of call by reference function invoking.
What do you know about the garbage collector in java?
Is namespace same as package in java?
What is string immutability?
Explain about anonymous inner classes ?
What is a memory leak in java?
Detail discussions on JVM, memory management and garbage collector.
What are classloaders?
What is the biggest integer?
Explain java heap space and garbage collection?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?