Multiple choice technology programming languages What is not true about Java platform? JVM's default class loader is bootstrap Java code is compiled into bytecode JVM can run code in any language, provided it has been complied to bytecode meeting JVM specification Java class file use little-endian format Garbage collector is an integral part of JVM Reveal answer Fill a bubble to check yourself D Correct answer Explanation Java class files use big-endian byte order (most significant byte first) for all multi-byte data, making the statement that they use little-endian format false, and thus the correct answer.