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.
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 ratings0% found this document useful (0 votes)
89 views1 page
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.