1. Java removed pointers and it is a reason for security in java.
2. For transferring HTML files, the HTTP protocol was discovered.
3. Java has compiler and interpreter.
4. Java compiler creates byte code file.
5. Byte code is a language for JVM.
6. Byte code will be interpreted to the appropriate language of processor by interpreter.
7. Applets do not have main method, they have init(), start() and paint() methods.