Statistics for Java Programming Quiz

Click here to take the quiz!

General Stats

  • This quiz has been taken 133 times
  • The average score is 17 of 28

Answer Stats

HintAnswer% Correct
int
86%
Data type that is used to instantiate a variable that is a word or sequence of characters.String
85%
double
79%
Starting index of an array.0
78%
Type of loop in which a section of code is executed a specific number, specifically when the number of times the code should execute is known.For Loop
77%
float
75%
According to the PYPL Index, Java is second most popular programming language in 2022. What is the most popular language?Python
75%
char
73%
Primitive Data Typesboolean
71%
Java keyword that is used to create a variable or method that is shared by all instances of a class.static
71%
Java class in which the floor() and pow() methods come from.Math
69%
World's most popular video game which was programmed using Java.Minecraft
69%
The language of Java was allegedly named while the original creators were drinking this drink.Coffee
67%
long
67%
Punctuation mark that is used to denote the end of most lines in Java.Semicolon
66%
Programming concept in which a method calls itself.Recursion
63%
byte
60%
Broad class that is a parent of every class created in Java.Object
60%
Data structure that is based upon arrays but can be easily resized by calling the add() method.ArrayList
58%
Java keyword used to instantiate a constant variable.final
58%
Java keyword that is used to access methods and variables in the parent class.super
58%
Programming concept in which a class can have a parent or child which allows for increased specificity in objects.Inheritance
57%
short
54%
Java keyword that allows classes to access methods and variables in classes in another package.import
52%
As of March of 2022, the latest Java version is _______.18.0.1.1
48%
Big O time complexity of a selection sort.O(log(n))
31%
Algorithm that is commonly used to find the shortest path in a graph or maze.Dijkstra's
24%
This tech billionaire and co-founder of Oracle Corporation acquired Java in 2010.Larry Ellison
13%

Score Distribution

Percentile by Number Answered

Percent of People with Each Score

Your Score History

You have not taken this quiz