JSP nine large built-in objects

Source: Internet
Author: User
Tags html header

---------------------------------------------------------Get Post

Two ways to submit a form: Get, Post

1.get: Submit data in clear text through a URL, and the data can be seen in the URL.

The amount of data submitted does not exceed 2KB.

The security is lower but the efficiency is higher than the post method.

Suitable for data with small data volume and low security. For example: Search, Query and other functions.

2. Post: Encapsulates user-submitted information within the HTML header. It is suitable for submitting user information with large amount of data and high security. For example: registration, modification, upload and other functions.

-----------------------------------------------------------nine large built-in objects:

Out,request,response,application,

Page,pagecontext,exception,config

Note: void clear () can no longer be called after void Flush ();

JSP nine large built-in objects

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.