Java Programming

Java Programming

University

30 Qs

quiz-placeholder

Similar activities

Coding Club_SNSCE Quiz (28-04-2023)

Coding Club_SNSCE Quiz (28-04-2023)

University

30 Qs

Java Lab

Java Lab

University

25 Qs

Java

Java

University

25 Qs

PYTHON

PYTHON

University

30 Qs

C++ Chapter 5 Review - Loops

C++ Chapter 5 Review - Loops

10th Grade - University

32 Qs

BASIC PROGRAMMING

BASIC PROGRAMMING

University

25 Qs

HT 3 - Scratch Assessment

HT 3 - Scratch Assessment

6th Grade - University

30 Qs

CS8 Final Review #1

CS8 Final Review #1

6th Grade - University

25 Qs

Java Programming

Java Programming

Assessment

Quiz

Computers

University

Hard

Created by

Viswanathkani T

Used 43+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

All Java programs begin execution in this method:

start()

main()

runUntilHalt(int)

main(String[])

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The Collections Framework is a group of Java components in the

java.lang package

com.java.util package

java.structures package

java.util package

java.storage package

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Your custom package code space should take the following form:

anything-i-want

#$_3@&-*

<org-category>.<org-name>.<project-name>

<target-platform>.<year>.<month>

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

To output data to the screen, we use a command called?

Print.out.line

System.out.print

Print Screen

Data.out.printline

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Select the properly formed comment:

\* This is a valid comment *\

/ This is a valid comment

// This is a valid comment

?* This is a valid comment *?

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Select the properly formed output line to generate the following output:

Hello World!

System.out.print(Hello World!);

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

System.out.print("Hello World);

System.out.print("Hello World!")

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the output for the following statement:

System.out.print("1"+"1");

11

2

Error Message

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?