JAVA QUIZ

JAVA QUIZ

Professional Development

10 Qs

quiz-placeholder

Similar activities

Minecraft Quiz

Minecraft Quiz

KG - Professional Development

10 Qs

Programación Orientada a Objetos

Programación Orientada a Objetos

Professional Development

14 Qs

NTT DATA

NTT DATA

Professional Development

10 Qs

Gaming

Gaming

2nd Grade - Professional Development

13 Qs

Random Quiz

Random Quiz

KG - Professional Development

15 Qs

QUIZ GC

QUIZ GC

Professional Development

15 Qs

MINECRAFT

MINECRAFT

Professional Development

11 Qs

nfl players

nfl players

11th Grade - Professional Development

6 Qs

JAVA QUIZ

JAVA QUIZ

Assessment

Quiz

Other

Professional Development

Easy

Created by

seetha S

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a correct syntax to output "Hello World" in Java?

System.out.println("Hello World");  

print ("Hello World");

echo("Hello World");

Console.WriteLine("Hello World");

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Java is short for "JavaScript".

False  

true

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you insert COMMENTS in Java code?


// This is a comment  

/* This is a comment

# This is a comment

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to create a variable that should store text?

String  

Txt

myString

string  

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method can be used to find the length of a string?

len()  

getLength()

getSize()

length()  

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method can be used to return a string in upper case letters?

toUpperCase()  

tuc()

upperCase()

touppercase()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to create an object called myObj of MyClass?

new myObj = MyClass();

class myObj = new MyClass();

class MyClass = new myObj();

MyClass myObj = new MyClass();  

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?