why Java is not purely object oriented?
Answer Posted / raj
java is not purely OO b'coz we can use primitive data types
int ,char etc in java.
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
can we allocate memory for interface? if no then why?
How to call dll API sub routine in VB Form.
what is client server & server? What r types of Joins? explsin it! which types of indexex in sql server? what is triggers?
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
hi This is radhika.Can anyone help me to know the question papers of NATIONAL INFORMATICS CENTRE for the post of scientific officer/engineer? if anyone know plz tell me question paper pattern
Delta 5 weight scale not connect with oracle application what i can do?
how sap is different from other software ?
qtp 9.2 14 days demo version was expired.I uninstalled how to reinstall this again
if 2 is passed as an argument to the method,void GC.Collect then what would be the result?
10.Define filters,binary to hexadecimal,hexadecimal to decimal?
hi..this is kartheek..complted mca in 2009..but i dont have knowledge in programing..but to learn new language.. which one is suitable for me?is SAP or IBM mainframes is suitable for me..?if it suits how much will it costs..?pls answer...
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?
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
how to convert hashmap to arraylist with iteration
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