Java (programming language) Quiz - 17 Trivia Questions!
Java was originally developed by James Gosling for which company?
What is the name of the array of objects passed to the main method in a Java program?
Created by Sun Microsystems, what is the name of the Java code-documentation system?
What high-level, class-based, object-oriented programming language is intended to let programmers write once, run anywhere?
In Java, what word indicates that the main method of a program does not return any value to the caller?
Which company acquired Sun Microsystems in 2009?
What is the official Java reference implementation?
In Java, what word denotes that a method can be called from outside the class hierarchy?
What suffix is added to the name of a Java source file?
What name is given to the intermediate representation of a Java program?
What is the name for the process of cleaning up the memory of a Java program when there is insufficient free space to store new objects?
What name is given to Java applications that can be displayed in a web browser?
What is the term for a method that is associated only with the class and not with any specific instance of that class?
What is the name of the method in a Java program that passes control to the main thread?
What is the name of Java's automatic memory recovery mechanism?
What is the name of the Java technology used for web services?
What is the name of the Java graphical library that is intended to replace JavaFX?