What is the difference between Abstract Class and Interface
Answer Posted / arun bhat
Abstract class can have normal methods also but Interface
consists of only abstract methods.....
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is object a data type in java?
How do you generate random numbers in java?
What are thread groups?
How do you check whether the list is empty or not in java?
Explain the usage of this with constructors?
If two threads have same priority which thread will be executed first ?
What is the string function?
What does += mean in java?
Is char * a string?
What is the need of transient variables in Java ?
What invokes a thread's run() method in java programming?
What happens when main () method is declared as private?
Can we declare a constructor as final?
Explain the difference between string, stringbuffer and stringbuilder in java?
Why synchronization is important?