User Tools

Site Tools


Sidebar

Programming Reference/Librarys

Question & Answer

Q&A is closed







java:main

main

A class contains attributes(objects,variables,etc) and methods(pieces of code).
The main method is the method which will run.
Place any code you want to run inside the main method.

        public class test
        {
                public static void main(String[] args)
                {
 
                }
        }

on the occasion of the current invasion of Russia in Ukraine

Russian Stop this War
java/main.txt · Last modified: 2024/02/16 00:48 (external edit)

Impressum Datenschutz