“Java -Kommentar” Code-Antworten

Java kommentiert

// declare and initialize two variables
int a =1;
int b = 3;

// print the output
System.out.println("This is output");
SAMER SAEID

Kommentare Java

// this is a comment

/* this is 
   a multiline
   comment */
Johiny

Java -Kommentar

        //This is a comment that does not show
/*I am a multi-lined comment that does 
not show either*/
  System.out.print("This is text");
Javasper

Ähnliche Antworten wie “Java -Kommentar”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen