Difference between abstract class and Interfaces in Java
Answer Posted / your friend
abstract classes can have any type of medthods but
interface allows only abtract methods.
Interface is like a class not a class .
| Is This Answer Correct ? | 19 Yes | 8 No |
Post New Answer View All Answers
will it allow to add same value in HashMap class.
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)
What is the difference between CLEAR & RESET and OPEN & CLOSE OPCOEDS(USING RPG/400).wheare we can use this?can any body tell me in real time senario with example please?
Suppose server object is not loaded into the memory, and the client request for it , what will happen?
how do you generate source code for the automatic generation for receipt number
what is web configuration file
iam confused to choose among testing, .net and java can anybody help me????????
can we allocate memory for interface? if no then why?
what is the similarity between networking devices?
HOW TO FIND NUMBER OF TWOS IN N!(N FACTORIAL)??
I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??
Any real time example of O2C process from taking order till creating invoice.
Diffrence between 2.0,3.0,3.5,4.0. versions of .net?
Q2. A memory location has physical address D5687h. Compute: a. The offset address if the segment number is D445h. b. The segment number if the offset address is B577h.
how to convert infix expression to prefix expression?