User Tools

Site Tools


java:io:printstream:print

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

java:io:printstream:print [2012/11/23 13:46]
java:io:printstream:print [2024/02/16 01:12] (current)
Line 1: Line 1:
 +{{keywords>wiki library source code example reference}}
 +====== print  ======
 +Outputs the string parameter without a line return
  
 +<code java>
 +print(parameter): void
 +
 +parameters are:
 +boolean, char, char[], double, float, int, long, Object, String
 +
 +return value: void
 +</code>
 +
 +===== Language Example =====
 +<code java>
 +        System.out.print("Hello");
 +        System.out.print("I am a programmer");
 +</code>
 +
 +==== output ====
 +
 +    Hello
 +    I am a programmer

on the occasion of the current invasion of Russia in Ukraine

Russian Stop this War

Impressum Datenschutz