Outputs text back to the user.
public void write(String output
)
Parameter |
Description |
---|---|
output |
Text to output |
The following example outputs the value of the DESTINATION attribute:
response.write( "DESTINATION = " + request.getAttribute("DESTINATION") ) ;