Outline the two important features of a terminating
recursion. Any ideas?
No Answer is Posted For this Question
Be the First to Post Answer
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
what is difference between object oriented programming structure and object oriented programming system?
Info for guidewire documents and interview questions
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
what is the work of 1tier,2tier,&ntier? Plz Explain it!
5.Call by value and Call by reference with program?
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)
what type of exceptions & problems are faced in production time at java technology?
write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.
What function would you use to extract characters from a given string?
How to link calculator in oops concept? how is it working in oops concept? why dont u using in beginning of program 'z' in abap(sap)?
in cobol,wat is the difference in using 'set index in occurs clause' ....and 'occurs depending-on clause'