What output occurs due to execution of the following code snippet:
char[] hocus = {'a', 'b', 'r', 'a', 'c', 'a', 'd', 'a', 'b', 'r', 'a'} ; System.out.println(hocus[hocus.length]);
There are not hints for this question