Correct Answer : B
A: Other Java Features are
Simple
Object Oriented
Robust
Multithreaded
Architecture Neutral
Interpreted
Dynamic
The important things related to Java are Applets, Security, Portability, Reusability.
B: Java is a simple language which can be learnt easily by a person having knowledge on C, C++ as its syntax is similar to that of C, C++.
C: Java is architecture Neutral which means it is portable and enjoys platform independence.
D: Java is dynamic which means many programs carry runtime information that is used to verify and resolve accesses to objects at runtime.