Java Certification 1 (2025)
Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Bryan Campbell
Used 3+ times
FREE Resource
Enhance your content in a minute
26 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 3 pts
For very large numbers with decimals, which data type should be used?
Float
Short
Double
Boolean
Long
2.
MULTIPLE CHOICE QUESTION
1 min • 3 pts
Where does a java program start executing instructions from:
class
source file
main method
object
3.
DROPDOWN QUESTION
1 min • 4 pts
Using the dropdown menus, finish the following code so that the first print prints the number of characters in the s1 variable. The second print needs to print the hexadecimal version of s1.
public class Main {
public static void main(String[] args) {
String s1 = "bookworm reader";
int i1 =s1. (a) ;
System.out.println(i1);
String s2 = (b) (" (c) ", i1);
System.out.println(s2);
}
}
4.
MULTIPLE CHOICE QUESTION
1 min • 4 pts
Which is not a compound assignment operator?
*=
/=
=
-=
5.
MULTIPLE CHOICE QUESTION
1 min • 4 pts
Which of the following statements about instance variables is true?
They are accessible only inside the method where they are declared.
They are shared across all instances of a class.
They are accessible anywhere inside the class but belong to an instance of the class.
They cannot have different values for different objects.
6.
DRAG AND DROP QUESTION
1 min • 4 pts
A new Java developer is trying to get a better understanding of how unary operators affect variables and their displayed values. Using drag and drop, match each print statement with its correct answer, using the following variable declarations:
int x = 13;
int y = 3;
(a) 3
(b) 14
(c) 12
(d) 13
7.
MULTIPLE CHOICE QUESTION
1 min • 4 pts
What will be the output of this code?
String s="Stacey";
s.concat(" Green");
System.out.println(s);
s = "Robin Little";
Robin Little
Stacey Green
Stacey
Green
Create a free account and access millions of resources
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
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
21 questions
Online Quiz 1- Empowerment Technology
Quiz
•
11th Grade
21 questions
Computer System
Quiz
•
9th - 11th Grade
24 questions
Search Engines
Quiz
•
8th - 10th Grade
22 questions
1.1.3 Input, output and storage
Quiz
•
11th Grade - University
21 questions
The Future of Your Job in the Age of AI (Video 6)
Quiz
•
10th Grade
21 questions
PAS JACOB SEM 1
Quiz
•
10th Grade
21 questions
Computer Applications Quiz 3
Quiz
•
12th Grade
21 questions
AS Level Computer Science Quiz
Quiz
•
11th Grade
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
