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
How to use string functions in QTP?give some examples
Wrtite a JCL for sorting a file with start from 36 postion lenth 9 excluding a num eq to 98768. for 3 marks mainframe
what is adodb??y it is used for connection of V.B and access??what is ado?dao?
how to remove header and footer in jcl using sort utility
Explain the types of operations? Draw the figure for shift and rotate operations?
what is the basic and unique feature of dotnet
how do you generate source code for the automatic generation for receipt number
Delta 5 weight scale not connect with oracle application what i can do?
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
Find out the list of authorization objects which contains activity as a field? Thanks in advance.
i am getting the error while compiling my cics program with including db2 dclgen member it is showing that ur dclgen member not including and all the host variables are undeclared
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.
As per interoperatbility programs written in one language can be used by other language. How can we restrict the features of one language (say C#) in the programmer written in another language (say VB)..for example we have some features like operator overloading which is possible C#.NET (not in VB.NET), how can we restrict that when we are using this code in VB.NET.
If i have a dataset queried from Sql and I would like to insert the dataset into a specific node in an xml document how do I do this
I need to fetch all rows from the table based one field value in the table and later do a condition check if the condition is true I will have to move all the rows present in the data base to output file one else if the condition is not satisfied then move all the records of that field value into another file .Please let me know how to do that