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.