Answer Posted / eswaran.s
short is a signed 16 bit type and range from -32768 to 32767.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
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 is bifunction in java?
Why string is not thread safe?
What is preparedstatement in java?
What is stored procedure. How do you create stored procedure ?
What is the use of string and stringbuffer?
What is the difference between this() and super() in java?
What are different types of states exist for a thread?
What are the core java topics?
In java, what is the difference between method overloading and method overriding?
What are the 8 primitive data types in java?
What is local variable and instance variable?
What does sprintf mean?
Explain the advantages of packages in java?
How objects of a class are created if no constructor is defined in the class?