What are the data types supported by java?
No Answer is Posted For this Question
Be the First to Post Answer
Why can't you declare a class as protected?
Should database connections be singleton?
Is array serializable java?
Give any two differences between C++ and java.
Write a program to print fibonacci series
What is a class variable?
What are the 4 types of research methods?
How many bytes is string in java?
what is diffrence between .NET and java?
What is the purpose of the finally clause?
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.
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.