1.

Differentiate Get and Post Method?

Answer»

Get Method: 

1. It is used to send data through URL address.

2. All the input data are visible.

3. It is faster.

4. It is less secure.

Post Method:

1. It is send through clients HTTP request.

2. It is not visible.

3. It is little slow.

4. It is secured



Discussion

No Comment Found