arr.length gives error while using in if loop to print the values
Arr.length in loop gives error
@anjaliagrawal.04 Send me your code :
PS : The error might be bcoz of 0th indexing means indexing of array starts from 0 and goes till arr.length-1 so if you try to extract arr[arr.length] then it will give ArrayOutOfBoundException.
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.