- 1

[DUPLICATE] What is args

Coding in java

23rd May 2017, 1:17 PM
Preet Shah
Preet Shah - avatar
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){}
23rd May 2017, 2:28 PM
Rrestoring faith
Rrestoring faith - avatar
+ 1
then I'm afraid that's not the problem of the courses here what is your problem exactly ?
23rd May 2017, 1:27 PM
LDK
LDK - avatar
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
23rd May 2017, 1:22 PM
LDK
LDK - avatar
0
Hey guys...through this application I am not able to understand java so suggest me something to learn java properly
23rd May 2017, 1:23 PM
Preet Shah
Preet Shah - avatar
0
this is a proper way to learn java maybe reading the java docs online might help you understand the concepts
23rd May 2017, 1:24 PM
LDK
LDK - avatar
0
maybe you should finished the java course before you say that you don't understand
23rd May 2017, 1:25 PM
LDK
LDK - avatar
0
if you have any questions maybe I can help you out
23rd May 2017, 1:25 PM
LDK
LDK - avatar
- 1
whats that
23rd May 2017, 1:19 PM
Preet Shah
Preet Shah - avatar
- 1
no I am not able to learn how to do coding
23rd May 2017, 1:26 PM
Preet Shah
Preet Shah - avatar