out - Print out


Catalog:


Example:


Usage

In the template, out is a built-in Java object, Output variable to the template.
Format: out.write(Object obj)
Java type can be output: Object String boolean char char[] double float int long

Which int, long, char, double, float can also use its wrapper class Integer Charater Double Float. The Object type will call its toString() method output,