Pages
Home
java
MySQL
JDBC
hibernate
Servlets
JSP
Spring
Struts
Hadoop
What is the difference between load() and Get()method and why they used?
Ans:
load() method
is lazy by default whereas
get()method
aggressive /eager always.
They are used to read values from table.
Newer Post
Older Post
Home