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
What is WEB 3.0? What are the features their in WEB3.0
purpose of abstraction and interface
i am exeprienced person what is selection process
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
Write a shell program where you enter a number which corresponds to K.M. Find out the corresponding values in m, cm, inches, and feet. Hints:- 1 k.m= 1000 m 1 m= 100 cm 1 inches= 2.54 cm. 1 feet= 12 inches
10.Define filters,binary to hexadecimal,hexadecimal to decimal?
how can we maintain the previous version scripts to new version.
what is the certificates in biztalk?
Please describe an example where you used object orientation in one of your programs.
What are events in smartforms?
When we use Windows authentication mode
Need guidewire related Documents(Interview Question/Tips/Best Practice/Dumps)
Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.
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?
Difference of Console, web & windows applications?