Difference between abstract class and Interfaces in Java
Answer Posted / guest
abstract classes can have other concrete methods but
inteface only abstract methods.
| Is This Answer Correct ? | 35 Yes | 4 No |
Post New Answer View All Answers
Explain with examples any 2 features of OOPS.
what is the current salary package in India for a lamp programmer
What do you understand by modular programming?
Write code to read the records from a file and load any array of size 99?make sure that you take care of all the error conditions?
what is web configuration file
what is the use MDM(Master Data Management)and meaning
Is class is a abstract datatype in java?
sample code for data transfer between two r/2 systems and r/3 systems?
what is web service in java? have u use before.
diffrence between oracle apps , .NET , SAP
how to display xisheet in list box in c# .net
Differevce between arrays and array builders?
hi all, i need ur help in preparing a sql which performs scd2, i mean i have a scd2 mapping i need a sql which can give me same result as scd2 mapping, SRC table: cust_no, loc 01 abc 02 xyz TGT table: pm_ky cust_no loc current_flag 1 01 abc Y 2 02 xyz Y cust 1 has changed his loc to xyz then it loads into TGT table as below, pm_ky cust_no loc current_flag 1 01 abc N 2 02 xyz Y 3 01 xyz Y i need sql to get the above result, hope got me question, Any suggestion will be appreciate.. thanks, Vinod
Tag for turning an image into a hyperlink is
can we use commit,rollback in triggers and how?