Tag: Life Cycle
Hibernate Lifecycle Of pojo Class Objects
by  Java4s | 52 Comments
  [ Ask Question ]
Actually our POJO class object having 3 states like… Transient state Persistent state Detached state Transient & Persistent states: When ever an object of a pojo class is created then it will be in the Transient state When…
Example on Servlet Life Cycle in Java
by  Java4s | 16 Comments
  [ Ask Question ]
Let us see one example on servlet life cycle. Do you have any doubts related to the concept ? if so please check this Servlet Life Cycle theory article before you execute this example. Files required ServletLifeCycle.java web.xml Directory…