0
Tell me how can i under stand public,void,static,arg,str all these are out of my understanding?
Please if you can help then help me
3 Answers
+ 1
These are some threads which might be helpful for understanding them.
https://www.sololearn.com/discuss/2184534/?ref=app
https://www.sololearn.com/Discuss/464184/?ref=app
https://www.sololearn.com/discuss/2160485/?ref=app
https://www.sololearn.com/discuss/1696549/?ref=app
https://www.sololearn.com/discuss/326087/?ref=app
https://www.sololearn.com/discuss/220689/?ref=app
+ 1
It might be helpful to learn Java from beginning..
On Sololearn, there is a very nice and useful java course that will answer all these questions in the Order you need to learn it...
Dont be impatient ;)
0
Hello InfinixBoYK
For me it was helpful to take such stuff as a fact when I started to learn Java.
If you continue the course you will learn more about methods, then you will unterstand the keyword void.
You will also learn more about Classes/Objects and the difference betweeen static and non static.
If you done with this topics you will unerstand why the main method looks like it look. And it will be also clear why it is not explained at the beginning of the java course.
Happy coding :)