Oracle interview question

What is difference between cookies and localstorage

Interview Answer

Anonymous

1 Apr 2022

Cookies can store the data as key value pair up to 5mb where as localstorgae don't have any limit to store the data.

1