MyMath ma = new MyMath();
クラス名とは何ですか?
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
10 questions
Alghorithma
Quiz
•
12th Grade - University
10 questions
Java Quiz
Quiz
•
University
10 questions
Java Arrays
Quiz
•
University
10 questions
Session 2
Quiz
•
University
10 questions
C#.net test 1
Quiz
•
University
10 questions
Automata - Understanding
Quiz
•
University
10 questions
java script
Quiz
•
University
10 questions
PHP
Quiz
•
University
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