Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116)
What is java server faces (jsf) - spring integration mechanism?
What is joinpoint in spring aop?
How to start using spring?
Does jpa use jdbc?
What is multithreading in java?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
Similarity and difference between static block and static method ?
Can more than a single table be mapped in cmp?
Can static methods access instance variables in java?
What is the general flow of hibernate communication with rdbms?
What are the extension interfaces that are there in hibernate?
Why is sessionfactory thread safe?
how to debug struts project in netbean ?
Can we override private constructor in java?
What is re-factoring in software?