Difference between abstract class and Interfaces in Java

Answer Posted / guest

abstract classes can have other concrete methods but
inteface only abstract methods.

Is This Answer Correct ?    35 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

a characteristic of a multiprogramming is? a.simultaneous exe of pgm instr 4m 2 appli b.concurrent processing of 2 r more prgms c.multiple cpu s d.all the abov

1674


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

1836


if 3 duplicate records, by keeping one original and one duplicate record, and how to delete remaining 2 duplicates in sql server 2008

1591


Difference between views and index in sas programming

1019


Write a program to find factorial of a number using functions

1236






through which algorithm does the garbage collector works? how the garbage collector will understand that the object will going to be deleted?

2066


can we extend a class having only one parameterised constructor.Suggest the process to do it.

2046


why not instantiating servet using new operator?

1487


what is integration testing in real time applications?

1834


Always use scope terminator like End-If with IF, End- Evaluate with Evaluate statement.Can somebody explain me the detail logical explanation?

1536


what are all the ant command options

1504


Write a pascal program to calculate the sum of the first 100 even number and odd number

3959


One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)

2988


Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?

600


how can i create report in abap to insert data in table pa0002 using insert command

1700