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

Public Class Studyopedia (Public Static Void Main (String Args ) (System - Out.println ("First Java 15 Program... ") ) )

This Java program contains a single class called Studyopedia with a main method that prints the text "First Java 15 program..." to the console when run. It demonstrates a basic Java application with a single class containing a main method that performs a simple print statement.

Uploaded by

Kharoud
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views

Public Class Studyopedia (Public Static Void Main (String Args ) (System - Out.println ("First Java 15 Program... ") ) )

This Java program contains a single class called Studyopedia with a main method that prints the text "First Java 15 program..." to the console when run. It demonstrates a basic Java application with a single class containing a main method that performs a simple print statement.

Uploaded by

Kharoud
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

public class Studyopedia

{
public static void main (String args[])
{
System.Out.println("First Java 15 program...");
}
}

You might also like