Write the given program in java
Attachments:
![](https://hi-static.z-dn.net/files/d6b/9426e8f41f913bb2078c248f02c0bfab.jpg)
Answers
Answered by
0
class Simple{
public static void main(String args[]){
System.out.println("Hello Java");
Answered by
0
Parameters used in First Java Program
class keyword is used to declare a class in java.
public keyword is an access modifier which represents visibility. ...
static is a keyword. ...
void is the return type of the method. ...
main represents the starting point of the program.
String[] args is used for command line argument.
Brainiest answer please for that u will get 3 point bACK TO U
Similar questions
Political Science,
7 months ago
Math,
1 year ago
Math,
1 year ago
Physics,
1 year ago
Math,
1 year ago