A collection of classes and interfaces that provides a layer of access protection and name space management
What is a package?
This loop will always check the condition before executing its body
What is a while loop?
What HTML stands for
What is HyperText Markup Language?
What SQL stands for
What is Structured Query Language?
Tom Holland is well known for his role as this superhero, who's well known for saying "With great power comes great responsibility"
Who is Peter Parker/Spider-Man?
This type of object is used to read input data/values from the user
What is a Scanner object?
This statement follows an if statement where the code contained will only execute if the condition isn't true
What is an else statement?
The three keywords used to create variables in JS
What is var, let and const?
This sublanguage is used to manipulate the data inside a table
What is DML(Data Manipulation Language)?
This singer-songwriter recently came out with her latest album called Midnights
Who is Taylor Swift?
This is used to initialize the state of an object and is invoked at the time of object creation
What is a constructor?
This type of loop executes at least once before checking if the condition is true
The three different ways you can style your HTML document
What is inline, internal and external?
This clause is used to specify a condition while retrieving data/information from a table or by joining with multiple tables
What is the WHERE clause?
This Halloween Disney movie recently had their sequel premiere September 30th 2022
What is Hocus Pocus?
This collection does not contain any duplicate values and can only contain one null value
What is a set?
This keyword is used to end the execution in the current loop body and prevent fall through logic in a switch statement
What is the break keyword?
This element contains the metadata or additional information about the webpage
What is the head element?
This command is used to add data to a table in SQL
What is the INSERT command?
This pop artist is well known for his hit songs like "this is what falling in love feels like" and "golden hour"
Who is JVKE?
Method Overriding is also known as this type of Polymorphism
What is Runtime Polymorphism?
This type of loop is used to iterate through each element in an array or a collection
What is an enhanced for loop/for-each loop?
This operator is used for strict comparison in JS
What is ===?
This is the sole command of the debated on sublanguage known as DQL(Data Query Language)
What is the SELECT command?
This character is the new support fighter in Blizzard's lineup of characters from the sequel to their famous video game, Overwatch
Who is Kiriko?