
JAVA INTRO
Quiz by Ainin Sofiya Hisham
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
- Q1
How many elements of JAVA?
1
3
4
2
30s - Q2
Which method is used to start the execution of a Java program?
System.out.println()
Main class()
public static void main(String[] args) {
// code
}
30s - Q3
What is the output of the following code?
System.out.println("Hello, Java!");
System.out.println("Hello, Java!");
print
"Hello, Java!"
Hello, Java!
30s - Q4
What is the class name of this program?
public class Main {
public static void main(String[] args) {
System.out.print("Hello CBS 6. ");
System.out.println("This is my first Java code");
System.out.println("I like to tell you more about JAVA ");
System.out.print("My fav is you. >_<"); }
}
Main
void
print()
main
30s - Q5
JVM stands for _________
Users enter free textType an Answer30s - Q6
What is the big terms of JAVA?
Combination of 3 elements Java Structuring Language, Java Virtual Box, Java Platform
Combination of 3 elements OOP Language, Java Virtual Machine, Java Platform
Combination of 3 elements Java Programming Language, Java Virtual Machine, Java Platform
30s - Q7
What is JAVA Platform?
A platform is the hardware or software environment in which a program runs.
A platform is the hardware or software environment is created in which a program walk.
A platform is the hardware or software environment in which a program jumps.
A platform is the hardcopy or softcopy environment in which a program runs.
30s - Q8
JAVA is an Assembly Language.
falsetrueTrue or False30s - Q9
OOP stands for _______ .
Users enter free textType an Answer30s - Q10
What is the format for java file?
.c
.java
.py
.class
30s