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
write a sql qwery which include joining of two tables 4 marks mainframe
Write a program to find whether a given number is prime or not.
what is the use of occurs 10 or (any number) in the internal table declaration with header line.
how to convert infix expression to prefix expression?
what is delegate and how works delegate and event.
What r the attributes using in Win Runner?
how do we provide security for web services
what are the things i had to say in personal introduction in hr round mail me to prasanna.1867@rediff.com
Write a function which accepts a sentence as input parameter.Each word in that sentence is to be reversed. Space should be there between each words.Return the sentence with reversed words to main function and produce the required output. for eg:- i/p: jack jill jung kill o/p: kcaj llij gnuj llik
hai i am mca 2009 fresher.please tell me which certification helps me to get an IT job faster which institute is good in hyderabad.please mail me to prasanna.1856@rediff.com
how to get second highest salary from a employee table and how get a 5th highest salary from a employee table by using proc sql?
What are the Short cut Keys of Tally ERP?
can any one suggestion me present which course(except java,.net) has huge demand in the market?
How will you prove that java swing is multithreaded?
5. How do you round the addition or subtraction of two numbers in assembler?