what is mean java and function.?
Answers
Answer:
A function is a part of a program that has its own name. ... This name can be used in the program as a command (this command is called a function call). When a function is called, the commands of which it consists are executed
Explanation:
public static void main(String[] args) Java main method is the entry point of any java program. Its syntax is always public static void main(String[] args) . You can only change the name of String array argument, for example you can change args to myStringArgs .
have a great day
Answer:
A function is a part of a program that has its own name. ... This name can be used in the program as a command (this command is called a function call). When a function is called, the commands of which it consists are executed
Explanation:
public static void main(String[] args) Java main method is the entry point of any java program. Its syntax is always public static void main(String[] args) . You can only change the name of String array argument, for example you can change args to myStringArgs .
have a great day