Difference between abstract class and Interfaces in Java
Answer Posted / surendrareddy
abstract clas have both abstract methods and Concrete methods.
but interface have only abstract methods,
And also abstract class have construtor,but interface
doesn't have.
| Is This Answer Correct ? | 48 Yes | 9 No |
Post New Answer View All Answers
Write a program to find whether a given number is prime or not.
what is an INI file?
How do i find out the number of parameters passed into function?
EXPLAIN UNARY OPEARATORS
In JCl , we have COND parameter.This holds comparison code and condition.It also has only and even parameters. ex: COND((4,GE),EVEN).what the comma mean here. is that 'and' or 'or'.
what is integration testing in real time applications?
In OB52 , How to define two open posting period, Like only 5 and 8 posting should be open.. should not open 6 and 7..period..
Given an array of size n. It contains numbers in the range 1 to n. Find the numbers which aren?t present.
If i have a dataset queried from Sql and I would like to insert the dataset into a specific node in an xml document how do I do this
What is SOLID Principle in Programming Language?
Which design patterns have you used?
Is class is a abstract datatype in java?
what is the difference between Windows application and Unix application?
how to fin top two miximum values in sql? not 2nd both max value of 1st and 2nd both have to find out
Difference between delegates and Events?