Multiple choice technology programming languages

Java APIs are libraries of compiled code?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Java APIs consist of pre-compiled classes and interfaces packaged in JAR files that provide reusable functionality. They contain bytecode that the JVM can execute, making them libraries of compiled code.