Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116)
Why java is called robust and secure?
Can an interface extend a class?
Is spring bin thread-safe?
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.
Explain in detail about JDBC and its general features?
What are the two types of exceptions in java? Which are the differences between them?
Why can't you declare a class as protected?
How do I connect to jdbc?
What is the use of jdbctemplate in spring?
How do you create a first line indent?
Write an sql to find all records having all numeric characters in a field ?
Why java is not 100% object oriented language?
Difference between notify() method and notifyall() method in java?
Difference between the transient, persistent and detached state in hibernate?
Is hibernate sessionfactory is thread safe?