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

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
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)
77 views1 page

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
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 Studyopedia

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

You might also like