Java stands for...
CSA Semester 2 Final

Flashcard
•
Computers
•
11th - 12th Grade
•
Hard
Quizizz Content
FREE Resource
Student preview

9 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Back
nothing...it's just the name of a programming language
2.
FLASHCARD QUESTION
Front
Which is not a native data type in Java? Options: int, double, boolean, Student
Back
Student
3.
FLASHCARD QUESTION
Front
Java lines of code end in semi-colons.
Back
TRUE
4.
FLASHCARD QUESTION
Front
Which is a properly formatted for-loop header in Java? Options: for (a = 0; a++; a < 3), for (int i = 0; i > -9; i--), for int i = 0; i < 5; i++, for (int i = 3, i < 10, i++)
Back
for (int i = 0; i > -9; i--)
5.
FLASHCARD QUESTION
Front
Methods that retrieve information about objects and mutate information about objects are often referred to as...
Back
getters and setters
6.
FLASHCARD QUESTION
Front
The default method that runs when you create a new object is called...
Back
a constructor method.
7.
FLASHCARD QUESTION
Front
Which choice creates an array of length 5? Options: String<> word = new String<5>, String word = five words, String[] word = {"hi", "bye", "hello", "bello"}, String[] word = new String[5];
Back
String[] word = new String[5];
8.
FLASHCARD QUESTION
Front
One class can use all the methods from another class by using what keyword in the class declaration?
Back
extends
9.
FLASHCARD QUESTION
Front
Java is the same as Javascript.
Back
FALSE
Similar Resources on Quizizz
5 questions
Arrays

Flashcard
•
11th Grade
5 questions
Arrays

Flashcard
•
11th Grade
5 questions
Arrays

Flashcard
•
11th Grade
10 questions
Java Classes and Objects

Flashcard
•
12th Grade
10 questions
Arrays

Flashcard
•
10th - 12th Grade
11 questions
Java String Objects & Methods

Flashcard
•
12th Grade
7 questions
Java Data Types Practice

Flashcard
•
12th Grade
5 questions
Arrays

Flashcard
•
11th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University