What is the most important feature of java? What is an interface?
No Answer is Posted For this Question
Be the First to Post Answer
What are the files generated after using IDL to java compiler?
What is return keyword in java?
State one difference between a template class and class template.
What is java dot?
What is the intersection and union methods?
Variable of the boolean type is automatically initialized as?
How we can run a jar file through command prompt in java?
Is treeset sorted in java?
class{ ... ... interface myinterface{ ... ... } abstract class{ .. .. } ... .. .. } is this possible to write "Interface and/ or Abstract class inside a class ? if possible whcich one is possible is only interface? is only abstract?
What is a native method?
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.
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.