Java is not which of the following?
Java is architecture-neutral rather than architecture-specific: Java source is compiled to bytecode that runs on a Java Virtual Machine for the target platform. Java is also object-oriented, distributed, and multithreaded.
Community Discussion