Difference between abstract class and Interfaces in Java
Answer Posted / narasimha raju
An abstract classes can have concrete methods and declares
abstract method which method can implement in different
ways. whereas in interface all are abstract methods.
in abstract class we can declare any type of variable
but in interface all are final variables.
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
Can we write a method in JSP.If so how?
WHat is execution in manual testing and when will we start execution and what language we use in execution
how sap is different from other software ?
In project we have Documentation phase also,in that what is micro and macro designing?
what is the difference between an OS(operating system) and Framework?
what are the advantages of sap on other software ?
What is the difference between COM and CORBA?
i want to insert textbox value to sql db. i have only one text box but store four values. ple give any one give sample code in asp.net c#..
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
what are stubs related to foxpro?
How to set fixed width in particular
1) How can u create the table?
What is the Difference between in memory database and physical database
Which method protects back button to retrieve old value from previous page in Struts.
what is the diff bw sql direct and jdbc update can't we do select and updating operation in sql direct