placeholder image to represent content

JAVA INTRO

Quiz by Ainin Sofiya Hisham

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
10 questions
Show answers
  • 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 text
    Type an Answer
    30s
  • 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.

    false
    true
    True or False
    30s
  • Q9

    OOP stands for _______ .

    Users enter free text
    Type an Answer
    30s
  • Q10

    What is the format for java file?

    .c

    .java

    .py

    .class

    30s

Teachers give this quiz to your class