What do you mean by flow of struts?
No Answer is Posted For this Question
Be the First to Post Answer
Define array. Tell me about 2-D array.
Can anonymous class have constructor?
What is meant by Java interpreter?
What is the Difference between Final Class && Abstract Class?
Explain the difference between the Boolean & operator and the && operator?
Explain the use of shift operator in java. Can you give some examples?
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.
What do you mean by singleton class in java?
What is the static field modifier?
What do you mean by hashing?
Why we need to serialize the object
11 Answers CTS, Geometric Software,
long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?