Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
1052
What do you mean by synchronized non access modifier?
Should database connections be singleton?
If a class is declared without any access modifiers, where may the class be accessed in java programming?
Which is faster jdbc or odbc?
How many characters is 2 bytes?
Can we use different return types for methods when overridden?
What is the return type of execute, executequery and executeupdate?
What is the use of viewresolver in spring?
Do you know what is the function of managedconnection.addconnectioneventlistener() in web logic server?
Explain the concept of aop.
What is purpose of execandwait interceptor?
What is the difference between a static and a non-static inner class in java programming?
How to get current date in hibernate query?
How many types of jdbc drivers are there?
What is final method?