1. When you compile a program written in the Java programming language, the compiler converts the human-readable source file into platform-independent code that a Java Virtual Machine can understand. What is this platform-independent code called?
bytecode
3. What's the first thing you should check if you see the following error at runtime:
Exception in thread "main" java.lang.NoClassDefFoundError: HelloWorldApp.java