how to write programs in java.explain
Answers
Answered by
3
Hey here is ans.......❣❣
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. ...
- System.
Mark as brainlist please
Answered by
1
Answer:Hi
Explanation: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. ...
System.
Mark as brainlist please
Similar questions