OCA Exam Prep 1: Java Basic

OCA Exam Prep 1: Java Basic

University

23 Qs

quiz-placeholder

Similar activities

Week 2 - Assessment 2 (ITNW0223)

Week 2 - Assessment 2 (ITNW0223)

University

20 Qs

Java Programming

Java Programming

University

25 Qs

ITElec1_Recitation_1

ITElec1_Recitation_1

University

25 Qs

Quiz_01 Java y Hardware

Quiz_01 Java y Hardware

University

26 Qs

JS Skill Assessment  (Internal Exam)

JS Skill Assessment (Internal Exam)

University

20 Qs

Web Development Quiz

Web Development Quiz

University

19 Qs

Introduction to Java

Introduction to Java

University

25 Qs

QUIZ02

QUIZ02

University

27 Qs

OCA Exam Prep 1: Java Basic

OCA Exam Prep 1: Java Basic

Assessment

Quiz

Computers

University

Hard

Created by

Ferdy Aditya

Used 9+ times

FREE Resource

23 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following are valid Java identifiers? (Choose all that apply)

A$B

_helloWorld

True

java.lang

Public

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the output of the following program?

Line 6 generates a compiler error.

Line 7 generates a compiler error.

Empty = false, Brand =

Empty = false, Brand = null

Empty = null, Brand = null

3.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Media Image

Which of the following are true? (Choose all that apply)

Line 5 generates a compiler error.

Line 7 generates a compiler error.

Line 9 generates a compiler error.

Line 8 generates a compiler error.

Line 6 generates a compiler error.

4.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Media Image

Given the following class, which of the following is true? (Choose all that apply)

If String result = "done"; is inserted on line 2, the code will compile.

If String result = "done"; is inserted on line 6, the code will compile.

If String result = "done"; is inserted on line 4, the code will compile.

If String result = "done"; is inserted on line 9, the code will compile.

5.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Media Image

Given the following classes, which of the following can independently replace INSERT IMPORTS HERE to make the code compile? (Choose all that apply)

import aquarium.*;

import aquarium.*.Jelly;

import aquarium.jellies.Jelly;

import aquarium.jellies.*;

import aquarium.jellies.Jelly.*;

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Given the following classes, what is the maximum number of imports that can be removed and have the code still compile?

0

1

2

3

4

7.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Media Image

Given the following classes, which of the following snippets can be inserted in place of INSERT IMPORTS HERE and have the code compile? (Choose all that apply)

import aquarium.*;

import aquarium.Water;

import aquarium.jellies.*;

import aquarium.*;

import aquarium.jellies.Water;

import aquarium.*;

import aquarium.jellies.*;

import aquarium.Water;

import aquarium.jellies.Water;

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?