what are the different access specifiers that can be used
by interfaces and abstract classes? can anyone give me
detailed description on this
Answers were Sorted based on User's Feedback
Answer / venkateswara reddy
that is nothing but access specifiers only
public
private
default
and one im not getting
| Is This Answer Correct ? | 6 Yes | 10 No |
What is JVM ? use of JVM?
When is the finalize() called?
What is mnemonic in assembly language?
What is a class reference?
Explain wait(), notify() and notifyall() methods of object class ?
class A{ some variables; public void a()throws Excepion1,Exception2{....} } class B extends A{ variables... public void a()throws E2,E3{.....} } Qns: here override of methods occurs or not,ore else wil give any compilation error or run properly..plz tell me briefly whts happening with the above codes....
What does index mean in java?
Is array primitive data type in java?
How to use scanner in java?
What is a boolean flag in java?
How to change the priority of thread or how to set priority of thread?
What are the different collection views provided by maps?