Java Software Solutions > EX2.1> Solution

Problem:

Explain the following programming statement in terms of objects
and the services they provide:
System.out.println ("I gotta be me!");

Output:

Not available.

Solution:

The System.out object has a println method which accepts a string, enclosed in parentheses and quotation marks, which it displays on the monitor.

No comments:

Post a Comment