| Vanitha s asks : The following program consists of 3 concurrent processes and 3 binary semaphores. The semaphores are initialized as S0 = 1, S1 = 0, S2 = 0. Process P0 Process P1 Process P2 While (true) { wait (S0); print '0' release (S1); release (S2); } wait (S1); release (S0); wait (S2); release (S0); How many times will process P0 print '0'? At least twiceExactly twiceExactly thriceExactly once The following program is to be tested for statement coverage:begin if (a = = b) {S1; exit;} else if (c = = d) {S |
| Nilesh mahant asks : Which of the following printer cannot print graphics? |
| Gagandeep negi asks : how do i print array of customer class , after inserting the parameter with bank class ? bank b1=new bank(); b1.addcustomer("gagandeep","negi"); now how do i print this in java. |
| Rajeev vashisht be mba asks : What are the commercial softwares which can be used for Building the blue print of a house. Which is the best? |