
explain difference between get and post methods?

Difference between Get and Post methods
1)get method stores small amount of data whereas post method does not have any memory limitations and it can stores too much information.
2)Data is not secure in get method, it shows the data in address bar. Whereas data is secure in post method.