
Java-Flashcard for Boyz
Flashcard
•
Computers
•
University
•
Practice Problem
•
Hard
Wayground Content
FREE Resource
Student preview

17 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What will be the output of the following code?
System.out.println(10 / 3);
Back
3
2.
FLASHCARD QUESTION
Front
What is wrong with this variable declaration?
int 123num = 5;
Back
Variable names cannot start with a number
3.
FLASHCARD QUESTION
Front
What is the default value of an int variable in Java?
Back
0
4.
FLASHCARD QUESTION
Front
Find the Output:
public class Test {
static int count = 0;
Test() {
count++;
}
public static void main(String[] args) {
Test obj1 = new Test();
Test obj2 = new Test();
System.out.println(count);
}
}
Back
2
5.
FLASHCARD QUESTION
Front
Predict the Result:
int arr[] = {1, 2, 3, 4, 5};
System.out.println(arr[5]);
Back
ArrayIndexOutOfBoundsException
6.
FLASHCARD QUESTION
Front
What is the output of the following code?
String str = "Hello";
System.out.println(str.length());
Back
5
7.
FLASHCARD QUESTION
Front
What will be the result of the following code?
boolean flag = true;
if (flag) {
System.out.println("True");
} else {
System.out.println("False");
}
Back
True
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
15 questions
A Knight's Tale Study Guide
Flashcard
•
12th Grade - University
8 questions
Unit 5 Test Warm-Up
Flashcard
•
KG - University
15 questions
Force-Laws of Motion
Flashcard
•
KG - University
15 questions
Anatomy 2
Flashcard
•
KG - University
20 questions
Review on Fluids - AP Physics 1
Flashcard
•
12th Grade - University
15 questions
011_Technical Change Management-CompTIA Security+ SY0-701-1.3
Flashcard
•
12th Grade - University
10 questions
Pre Flashcardz BPK
Flashcard
•
University
14 questions
Hammurabi's Code
Flashcard
•
KG - University
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
15 questions
Equivalent Fractions
Quiz
•
4th Grade
20 questions
Figurative Language Review
Quiz
•
6th Grade