Piggy backing is a technique for
a) Flow control b) sequence c) Acknowledgement
d) retransmition
Answers were Sorted based on User's Feedback
Write a program to swap the content of two variables without using a third variable.
Why did you ever become involved in QA/testing?
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
what is difference between kpo and it industry? that is in terms of work, package etc
How to swap two String values without using a third variable?
Is there any standard procedure to test the application as a whole? Or How can I test complete application right from the requirement gathering?
differenc between visual studio 2005,2008 & 2010?
Tell me the jobs for the MCA Fresher in delhi, Noida..
When we use Windows authentication mode
There is a table which contains all the employee details, unfortunately there is mistake occured while entering the data. ex: ------------------------------- empid empname gender address ------------------------------- 1 abcd f address1 2 defg m address2 3 ghth m address3 4 jkil f address4 write a update query that will change gender 'm' to 'f' and 'f' to 'm'
Busy waiting is a method whereas a taskwaits for a given event by continiously checking for an event to occur. What is the main problem with this approach
what is session state?