Answer Posted / thanga
spooling means one type deadlock system which is used to
slove the traffic system.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is Negative testing?
shall we execute our java programmes in jre
how can we implement locks in plsql?
what is class module in vb6? what it's use? with example..
differences between qtp10.0 and 11.0 ?
As per interoperatbility programs written in one language can be used by other language. How can we restrict the features of one language (say C#) in the programmer written in another language (say VB)..for example we have some features like operator overloading which is possible C#.NET (not in VB.NET), how can we restrict that when we are using this code in VB.NET.
how many types of operating system are avaliable?
Compare any 4 software development life cycle paradigms with each other. Indicate at least one application for each of the paradigms that are suitable to developed using that paradigm.
Please describe an example where you used object orientation in one of your programs.
what is woransient key word? how it is used in java
Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".
How do you pass variables forwrd to future CECI sessions
what is throws keyword
how does database connection using ADO.NET?
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.