QuestionQ913

Systems and Application Security

Java is not which of the following?

  • A Object-oriented.
  • B Distributed.
  • C Architecture Specific.
  • D Multithreaded.
Explanation

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.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!