In real time project when will we use Abstract class. and
what are the difference between abstract and interface.
Answer Posted / satish
In real time when u extend Abstract class no need t provide
implementation f all methods & it contains one abstract
method remaining al r concrete methods
whereas interface we have t provide implementation f all
methods & by default al r abstract methods
Is This Answer Correct ? | 10 Yes | 9 No |
Post New Answer View All Answers
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
If your ui seems to freeze periodically, what might be a likely reason?
Why are component architectures useful?
Name the eight primitive java types.
What is the difference between long.class and long.type?
What are the oops concept?
Define aop(assepct oriented programing)?
What is synchronization and why is it important?
What are the different types of exception?
Can you control when passivation occurs?
Explain phantom read?
Is the session factory thread safe?
What are the steps to write p-to-p model application?
What does module-relative mean?
Why do threads block on i/o?