0% found this document useful (0 votes)
69 views

Public Class Hello (Public Static Void Main (String Args) (System - Out.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)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
69 views

Public Class Hello (Public Static Void Main (String Args) (System - Out.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)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

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

print("Hello vino"); } }

You might also like