Which is dependent variable?
No Answer is Posted For this Question
Be the First to Post Answer
Name two subclasses of the TextComponent class?
What programs use java?
State one difference between a template class and class template.
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
what is difference betwwen hashmap and hashtable ?
what is a package?
What is anagram in java?
What is the size of int in 64-bit jvm?
What are the main differences between notify and notifyAll in Java?
What are actual parameters?
Why const and goto are reserved keyword in java?
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.