Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Hibernate%20Interview%20Questions%20and%20Answers

Question: What is CRUD?
Answer: A CRUD operation deals with creating , retriving , updating and deleting from the table.
We have already described previously how to persist "Employee" Class to database. Here we are adding more operation on that

Employee Class.
  1. Creating/Persisting the class to databae
  2. Retriving records from database
  3. Updating decord(Condition : Where sal is 8000 ,update sal to 11000)
  4. Deleting decord (condition: where deptno is 30)
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook