- 1
[DUPLICATE] What is args
Coding in java
10 Answers
+ 3
args is just the default name of the array in your main method. Call it whatever you want.
public static void main(String[] bananas){}
+ 1
then I'm afraid that's not the problem of the courses here what is your problem exactly ?
0
its a array list of starting arguments you give with your program to initialize the program and get it running this can be empty if you don't require anything for the program to start but it could be need for example to give your server and client data through before the program starts so that the program can't run when here are no server or client arguments imputed through the args
0
Hey guys...through this application I am not able to understand java so suggest me something to learn java properly
0
this is a proper way to learn java maybe reading the java docs online might help you understand the concepts
0
maybe you should finished the java course before you say that you don't understand
0
if you have any questions maybe I can help you out
- 1
whats that
- 1
no I am not able to learn how to do coding



