Answer Posted / praveen
Converting from value type to reference type is called boxing
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
how to add a new table with variables and thier values into a imported file uisng proc import?
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.
when will triggars the at new event in abap and web dybn pro?
which worker is involved in all the phases of SDLC?
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 an array of size n, containing every element from 1 to n+1, except one. Find the missing element.
Is buffer size and file block size is similar? If similar,at which case it will be same size?
In an customer exit (include Z) program, only the last record is getting fetched. The exit is getting called after pressing save button. What to write for fetching the first record ? Before saved to a SAP table how can i call all these records in an itab in the exit ?
Can we write a method in JSP.If so how?
Is the IT field raise again? What is the position of IT after 4 years?
why not instantiating servet using new operator?
how to add Servlet-api.jar file into eclipse 3.3.2 ?
it is a language or tools?
Explain polymorphism. Provide an example.
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box. eg: 3 box contain stick as:1,1,1. if u take 1 stick from 3rd numbred box you will any how win the match.