Post New Answer View All Answers
Can any one give an example (Source Code) on virtual function implemetation in Java?
if 2 is passed as an argument to the method,void GC.Collect then what would be the result?
Why did you ever become involved in QA/testing?
how to convert the data from HTML file to SAS dataset?
Need provab technical test questions
Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.
WHat is execution in manual testing and when will we start execution and what language we use in execution
Can anyone send me NIC question papers alongwith answers on nidhi1485@yahoo.co.in? Urgently needed.. Thanks in advance
What is the difference between CLEAR & RESET and OPEN & CLOSE OPCOEDS(USING RPG/400).wheare we can use this?can any body tell me in real time senario with example please?
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.
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 do you initialize a static member of a class with return value of some function?
how to remove header and footer in jcl using sort utility
in network security,how we identified threat?some one say we found threat according to it's signature,but how we get signature or pattern of the virus?
How to merge Action Form with Dyna Action Form in Struts.