Answer Posted / niranjanravi
casting is used to convert the value of one data type to
another.
| Is This Answer Correct ? | 6 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.
How can we create a thread in java?
What is singleton class example?
Which of the classes will have more memory allocated?
Why is stringbuffer called mutable?
What is polymorphism and what are the types of it?
What are the advantages of packages in java?
Explain Basics of OOP Language in java
Give the difference between the println method and sqrt method?
What are different type of exceptions in java?
What is a variable in java?
What is meant by binding in rmi?
What is string :: npos?
Can an integer be null java?
How hashmap works in java?