Tag: JSON / JAVA / XML

Community

Java language oddities

(Jeff Friesen) While learning Java, you’ll occasionally encounter a language behavior that leaves you puzzled. For example, what does expression new int[10] instanceof Object returning true signify about arrays? In this post, I’ll examine some of Java’s language oddities.