Computer Science, asked by Kittorani, 1 year ago

Write the given program in java

Attachments:

Answers

Answered by royalsachin16nov2004
0

class Simple{

public static void main(String args[]){

System.out.println("Hello Java");

Answered by ps5441158
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