1.

How Will You Print A Log Message In Fatal Mode?

Answer»

public void FATAL(Object MESSAGE) of LOGGER CLASS prints messages with the level Level.FATAL.

public void fatal(Object message) of Logger class prints messages with the level Level.FATAL.



Discussion

No Comment Found