What is the output of this java code and why ?
int a = 5 | 3 ; System.out.println(a);
Its' binary "or" operator in a bunch of other languages, I assume it's the same in java