POST is better because GET puts the code in the browser so people can view the information (eg.hackers) however with POST you cant favourite the page but you can with GET
GET and POST methods are both ways of transporting variables (and their values) from one page to another. However, they transport the variable names and values in different ways.
----
GET uses the...
As per functionality both GET and POST methods were same.Difference is GET method will be showing the information information to the users.But in the case of POST method information will not be shown...
In an Object Oriented Programming (OOP) language like Java, it is called a method. In a procedural language (like QBASIC or PHP) it is called a function. They are the same thing. Most people use them...
functions and methods refer to the same thing in Java so they do not have any differences. They are bits of code in java which have a name and can take a bunch of parameters and do a certain...