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.
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% 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.