0

What is the statement which is used to rum the program in java?

19th Dec 2018, 4:31 PM
Manogna Manu
Manogna Manu - avatar
2 Answers
+ 2
So to run a program you need atleast this public class Program{ public static void main(String[] args){ Stuff you want to happen goes. in here } } To physically run the program you must compile it and then double click the jar file
19th Dec 2018, 4:50 PM
StealthyTaco
StealthyTaco - avatar
0
Java classname
25th Dec 2018, 7:45 AM
Manogna Manu
Manogna Manu - avatar