Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) DB2 Universal claims to support JDBC 2.0, But I can only get JDBC 1.0 functionality. What can I do?
965Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
972How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
1059
What is awt and swing?
What is the difference between preemptive scheduling and time slicing in java programming?
How to write named query in hibernate?
What is the purpose of javac exe?
How do I bind string values in a preparedstatement? : BEA Weblogic
Why is odbc needed?
What differences exist between iterator and listiterator?
What is substring 1 in java?
what happens when a thread cannot acquire a lock on an object? : Java thread
Explain about instanceof operator in java?
What is difference between merge and update in hibernate?
Can java list be null?
Hi Friends , am newbie to ajax. For example just consider one account registration - A form contains 8 text fields with submit button. In this form second texbox contains "username " . On right side of text box there is a label box . On clilck action i need to determine user is available or not. Is it possible on clicking label or should i click submit button.
How do you stop lazy loading?
What is Java Reflection API? Why it’s so important to have?