Java basics quiz 1

Java basics quiz 1

10th Grade - University

12 Qs

quiz-placeholder

Similar activities

Problem Solving : Design Solution

Problem Solving : Design Solution

12th Grade

15 Qs

Jaringan Komputer dan Internet

Jaringan Komputer dan Internet

11th Grade

10 Qs

SOAL PTS 1 KOMPUTER AKUNTANSI KELAS XI

SOAL PTS 1 KOMPUTER AKUNTANSI KELAS XI

11th Grade - University

10 Qs

AB1401 Case Study: Facebook

AB1401 Case Study: Facebook

University

12 Qs

Recap: Introduction to Python

Recap: Introduction to Python

10th Grade

10 Qs

Security and Ethics

Security and Ethics

9th - 12th Grade

17 Qs

ป.5 แบบทำสอบหลังเรียน เรืองข้อมูลและสารสนเทศ

ป.5 แบบทำสอบหลังเรียน เรืองข้อมูลและสารสนเทศ

10th Grade

10 Qs

Coding Quiz

Coding Quiz

6th - 10th Grade

15 Qs

Java basics quiz 1

Java basics quiz 1

Assessment

Quiz

Computers

10th Grade - University

Practice Problem

Medium

Used 11+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is java case sensitive?

yes

no

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the main method?

a method that prints to user details to screen

the most important method

entry point of a program with instructions for the program to carry out

the method that is listed first in a class

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of the following is the correct way to write a main method

main(){}

public void main(args[]){}

public void main(String[] args){}

public static void main(String[] args){}

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

correct template for creating a class

public class <className>{}

public <className>{}

public class{}

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

which of the following are data types(you can select more than 1 answer)

Boolean

Integer

Numbers

String

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which is the correct way to print "hello world" to the screen..

print("hello world");

System.print("hello world");

System.out.print(hello world);

System.out.print("hello world");

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what does boolean return

yes/no

true/false

1/0

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?