Tag: difference between
Difference between ServletConfig and ServletContext in Java
by  Java4s | 40 Comments
  [ Ask Question ]
Let us see the main differences between ServletConfig and ServletContext, which is very popular interview question as well 🙂 ServletConfig ServletConfig available in javax.servlet.*; package ServletConfig object is one per servlet class Object of ServletConfig will be created during…
Difference Between Hibernate get() and load() Methods ?
by  Java4s | 116 Comments
  [ Ask Question ]
What is the difference between hibernate get() and load() methods ? this is one of the famous hibernate interview questions, most of us will use hibernate get and load methods irrespective of knowing their exact behavior 🙂 will you…