Which of the following best describes why an error occurs when the classes are compiled?
The class Alpha does not have a defined constructor.
The class Alpha must be declared as a subclass of Beta.
The class Beta must be declared as a subclass of Alpha.
The answer method cannot be accessed from a class other than Alpha.
The result of the method call item.answer() cannot be assigned to a variable of type double.

APCSA Practice test mine

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

45 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Back
The answer method cannot be accessed from a class other than Alpha.
2.
FLASHCARD QUESTION
Front
Which of the following can be used to replace the body of calculate so that the modified version of calculate will return the same result as the original version for all x ? Options: return 3 + x; return 3 * x; return 4 * x; return 6 * x; return 8 * x;
Back
return 8 * x;
3.
FLASHCARD QUESTION
Front
Back
return 8 * x;
4.
FLASHCARD QUESTION
Front
Which of the following could be used to replace /* missing constructor call */ so that the method will compile without error? Options: Sample(), Sample(int x = 10, double y = 6.2), Sample(int x, double y), Sample(10, 6.2), Sample(6.2, 10)
Back
Sample(10, 6.2)
5.
FLASHCARD QUESTION
Front
The following statement assigns an integer value to x.
int x = (int)(Math.random() * 5) + 10;
Consider the statement that would result if the positions of 5 and 10 were swapped in the preceding statement and the resulting integer were assigned to y.
int y = (int)(Math.random() * 10) + 5;
Which of the following are true statements about how the possible values assigned to y differ from the possible values assigned to x ?
I.
There are more possible values of x than there are possible values of y.
II.
There are more possible values of y than there are possible values of x.
III.
The value assigned to x can sometimes be the same as the value assigned to y.
I and III
II and III
Back
II and III
6.
FLASHCARD QUESTION
Front
Assume that check occurs at least once in str. Which of the following best describes the value returned by the what method?
Back
The index of the last occurrence of check inside str
7.
FLASHCARD QUESTION
Front
Which of the following declarations will compile without error? Options: I. Student a = new Student(); II. Student b = new Student("Juan", 15); III. Student c = new Student("Juan", "15"); I and II only I and III only
Back
I and II only
Create a free account and access millions of resources
Similar Resources on Quizizz
30 questions
NGS Flashcard

Flashcard
•
KG - University
22 questions
AP Calculus - Ultimate Justifications Guide

Flashcard
•
12th Grade
21 questions
Solving absolute value equations

Flashcard
•
12th Grade
21 questions
Java Flashcard-1

Flashcard
•
KG - University
22 questions
Evaluating Functions

Flashcard
•
9th Grade
20 questions
Solving Absolute Value Equations

Flashcard
•
9th - 12th Grade
42 questions
WEB DEV. 25 Exam Sample Questions

Flashcard
•
12th Grade
32 questions
Solving absolute value equations

Flashcard
•
9th Grade
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade