Difference between abstract class and Interfaces in Java

Answer Posted / venkateswarlu dhaninkula

Interfaces consists of pure abstract methods
but not abstract class

abstract class having both abstract methods and non
abstract methods

interfaces declare all variables are final and public

but not abstract class

abstract class has a default constructor

but not interface

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is %Type,%Rowtype?

1914


My Qualification is MCA.My interview is on 5th may.They may ask q as------AS u r MCA...Why u r not tring anywhere else? What can be the ans?

1581


how do i add a column dynamically in a table by using java application?

1631


hi This is radhika.Can anyone help me to know the question papers of NATIONAL INFORMATICS CENTRE for the post of scientific officer/engineer? if anyone know plz tell me question paper pattern

1618


Which CRM is better to opt, Sebiel CRM or Salesforce CRM or sap CRM? which institute is best one in hyderabad

1951






Do not use more than 3 nested IF. Use Evaluate statement in case of more IF required. Please give a detail explantion besides readability and clarity for Evaluate stmt.

1584


Is buffer size and file block size is similar? If similar,at which case it will be same size?

1820


Tag for turning an image into a hyperlink is

1932


qtp 9.2 14 days demo version was expired.I uninstalled how to reinstall this again

2449


What is the difference between COM and CORBA?

811


What is ur porject Architecture? If anyone ask what i have to specify here..

1575


1. Consider the following input and generate the object code using single pass assembler. JOHN START 0 USING *,15 L 1,FIVE A 1,FOUR ST 1,TEMP FOUR DC F’4’ FIVE DC F’5’ TEMP DS ‘F END

2466


What's the difference b/w Table & Templete in Smartform?

1733


kindly send interview materials

1398


You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?

712