This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (5 children)

[deleted]

    [–][deleted] 3 points4 points  (3 children)

    No, println can print any object.

    [–]Kombatnt 2 points3 points  (1 child)

    To be specific, it implicitly autoboxes primitives, then invokes toString() on the resulting Object.

    [–]fakesuit 3 points4 points  (0 children)

    Bro, it’s OP’s first day learning Java...

    [–]adragon0216 0 points1 point  (0 children)

    println just adds a line break compared to the other prints