Hi everybody. I'm extremely new to java. I'm currently learning by book and have stumbled across the following problem.
I noticed that for example when learning about arrays they mention that you can call "arrayname.length" to get the length of that array. I'm trying to look in the online API documentation to see what public variables/methods is available. The documentation shows a lot of methods but nowhere can I find the .length one.
What am I misunderstanding? How can I track down these "default" methods/variables you can use with each object to see what its default behavior is?
Thanks a lot!