Tuesday, September 20, 2005

What is MIME. Explain in detail?

MIME stands for Multipurpose Internet Mail Extension.

It represents the content-type response header value. The MIME type tells the browser what kind of data the browser is about to receive so that the browser will know how to process it.

Example: response.setContentType("text/html");

Here text/html is the response header value.

0 Comments:

Post a Comment

<< Home