Answer Posted / rosey
.net 2005 supports totally 72 languages
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?
what is diff bet ref variable & instance of class
what are the topics choosen for jam round for interviews
the systematic access of small computers in a distributed data processing system is referred as?
Diff between IF and where ?
Write a program to find duplicate number from array in minimum time complexity.
5. Which of the following can you do with DB2 Express- C? Query databases with SQL Query databases with XML using XQuery and XPath Use SQL in Xquery and Xquery in SQL All of the above
Is class is a abstract datatype in java?
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
can we extend a class having only one parameterised constructor.Suggest the process to do it.
how to convert hashmap to arraylist with iteration
EXPLAIN UNARY OPEARATORS
How to use string functions in QTP?give some examples
Is there any standard procedure to test the application as a whole? Or How can I test complete application right from the requirement gathering?
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