Suppose server object is not loaded into the memory, and
the client request for it , what will happen?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between interface and abstract class?
Why we need new operator in java at the time of object declaration and why not in c++?
What's the difference b/w Table & Templete in Smartform?
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.
what is web service in java? have u use before.
Write a shell program. Enter basic pay of an employee and calculate DA, HRA, Deduction, Gross pay and Net pay as follows: DA = 75 % of BASIC HRA = 10 % of BASIC DEDUCTION = 15 % of BASIC GROSS PAY = BASIC+DA+HRA NET PAY = GROSS PAY-DEDUCTION.
what are other resources are needed for this mantis?
what is software
What do you mean by an array ? explain with an example
What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this affect a system design?
9. Read the function conv() given below conv(int t) { int u; u=5/9 * (t-32); return(u); } What is returned (a) 15 (b) 0 (c) 16.1 (d) 29
through which algorithm does the garbage collector works? how the garbage collector will understand that the object will going to be deleted?