Please send your Questions & Answers or Feedback to "mohan@javabook.org"
Difference between evict and delete methods ?
evict() deletes the data from the session only,but delete() deletes the data from both the session as well as DataBase.
evict changes the P state to D state.