This language uses the keywords public, protected, and private to indicate limitations on the accessibility of a class. For 10 points each:
[10e] Name this programming language developed at Sun Microsystems known for its "Write Once, Run Anywhere" capability which allows code to be executed on multiple platforms without modification.
ANSWER: Java [reject “JavaScript”]
[10h] Java’s portability is achieved by compiling programs into bytecode that runs on one of these systems known as HotSpot. A hypervisor is used to host one or more of these systems.
ANSWER: virtual machine [or VM]
[10m] Java was designed as a member of this programming paradigm based on constructs defined by their state data and behavior. Other languages in this paradigm include Ruby and Scala.
ANSWER: object-oriented programming [or OOP]
<Science - Other Science>