Java Tutorial - Two dimensional array
Loading...
3,622
Loading...
Uploader Comments (JavaTutorialTV)
see all
All Comments (7)
-
Hi, what is the "\t" in line 15? Like a tab function or something?
-
Incredible. Thank you so much. .
-
very informative and very well said... :)
Loading...
what is means by return value in java i have hear that many times thnx
1000hekmatullah 6 months ago
@1000hekmatullah 'return by value' means a when a function completes execution and returns, the return value is copied. In Java, when a function returns a primitive variable, the value of primitive variable is copied to the calling function. Please see my functions video for details on functions. I will make a video to explain this concept.
JavaTutorialTV 6 months ago
ok bit of a feedback there, multi dimensional represents 3d arrays... at least that's what I was expecting, sry
XfStef 1 year ago
@XfStef thanks for the feedback. I have changed the heading to say it is a 2 dimensional array
JavaTutorialTV 1 year ago