Which is better ascii or unicode?
No Answer is Posted For this Question
Be the First to Post Answer
Can an abstract class have a constructor?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
What is a java predicate?
What is annotation 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.
Write a program to print the pattern given below
What is HashTable?
What is the difference between logical data independence and physical data independence?
Can we use both this () and super () in a constructor?
what is an anonymous class?
Write a function to find out longest palindrome in a given string?
How do you compare objects in java?