QuestionQ17

Working with Selected Classes from the Java API

Which two statements about Java bytecode are true?

Choose two
  • A It can be serialized across network.
  • B It can run on any platform that has a Java compiler.
  • C It can run on any platform.
  • D It has ג€.javaג€ extension.
  • E It can run on any platform that has the Java Runtime Environment.
Explanation

Java bytecode is platform-independent intermediate code that can be transmitted across a network. It runs on systems that provide a compatible Java Runtime Environment, which includes the Java Virtual Machine needed to execute the bytecode.

Community Discussion

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