0% found this document useful (0 votes)
13 views1 page

Java Program: Print "Hello Vino"

This Java code defines a Hello class with a main method that prints "Hello vino" to the console. A public static void main method is defined that takes a String array as a parameter and uses System.out.print to output the text "Hello vino" when the code is run.

Uploaded by

ponmaga
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views1 page

Java Program: Print "Hello Vino"

This Java code defines a Hello class with a main method that prints "Hello vino" to the console. A public static void main method is defined that takes a String array as a parameter and uses System.out.print to output the text "Hello vino" when the code is run.

Uploaded by

ponmaga
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

public class Hello { Public static void main (String[]args) { [Link].

print("Hello vino"); } }

You might also like