
CodeWritingProblem

Quiz
•
Computers
•
University
•
Hard
Maggie Hsu
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
MyMath ma = new MyMath();
クラス名とは何ですか?
myMath
MyMath
ma
mymath
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Field f1 = person.getClass().getDeclaredField("name");
int codeOutput = f1.getModifiers();
int expOutput = Modifier.PRIVATE;
=============================
? String name;
? は何ですか。
private
public
protected
static
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
person.setName("John");
引数はいくつありますか。
0
2
1
3
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
String codeOutput = person.getName();
戻り値の型は何ですか。
int
boolean
double
String
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
@Test
public void testCircleDraw() {
// Create a Circle object
Drawable circle = new Circle();
String codeOutput = circle.draw();
String expOutput = "Drawing a circle";
try {
assertEquals("1:No input case:",expOutput,codeOutput);
} catch (AssertionError ae) {
System.out.println(ae);
}
}
=====================
Circleクラスのメソッド名は何ですか。
circle
Circle()
draw()
Drawable
Similar Resources on Wayground
10 questions
Understanding Logic Gates and Truth Tables

Quiz
•
10th Grade - University
10 questions
Fungsi Input dan Output Python

Quiz
•
2nd Grade - University
10 questions
C++ Assessment

Quiz
•
University
10 questions
Quiz Perangkat Keras Komputer

Quiz
•
10th Grade - University
10 questions
L5 Python Knowledge Quiz

Quiz
•
9th Grade - University
10 questions
Postest Perangkat Keras

Quiz
•
University
10 questions
Web-II-Loop and Function

Quiz
•
University
10 questions
JS Quiz

Quiz
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade