Need provab technical test questions
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between in-proc and out-of-proc?
which one is the best practice using synchronization method or synchronization block
swap two number wthout using third variable
HOW TO BREAK THE FIREWALL?
Tips for blog integration by www.esteemwebsolutions.com. Can Any body suggest me to how to make wonderful questions on web integration..
What is the difference between save and create method of activerecord?
What is diffrent between Method and and function in c#
You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)
In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?
which book we learned this mantis? how many version are realsed this mantis upto now?
What is the entry point function of a DLL?
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.