Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) What is a servlet?
Can annotations be inherited?
Why spring framework is needed?
What is spring mvc used for?
Which of the following classes will have more memory allocated?
How is a typical spring implementation look like?
Why is my jms work not part of a user transaction (i.e., Called within a transaction but not rolled back appropriately)? How do I track down transaction problems?
How do you reverse sort in java?
What is sorting algorithm in java?
What are the basic hibernate persistent annotations?
Write a program in java to create a doubly linked list containing n nodes.
What is private static in java?
What is the difference between sorted collection and ordered collection, which one is better?
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 I make sure that my servers are available while restarting a cluster?