println abstract method

void println(
  1. String str
)

Prints a regular string

Implementation

void println(String str);