Search Header Logo

OOP ppp

Authored by Aditya Djalil

Information Technology (IT)

University

OOP ppp
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

If we invoke the static method showTest(), what will the output be?

none, the class will not compile

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will the variable code equal after the method convertCode() is run?

The code will not compile

100237

237

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An object is an instantiation of a class. Pernyataan ini dapat diterjemahkan sebagai -sebuah obyek adalah sebuah perwujudan dari sebuah kelas.

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output?

The code will compile but have runtime error

The code will not compile because the Student class located in package model could not be accessed from any class outside its package

The code will not compile because the Main class should not have public modifier

The code will compile and run fine

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of this class will be when compile and run?

Output is 2

The file will not compile because we can’t directly access method increment inside the static method (the object should be instantiated first then use the object to access increment method)

The file will compile, but will give an error when run

Output is 1

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What code should be put to print the length of the second element of the first dimension of the array named arr, which is { 4, 5 }?

System.out.println(test.arr[0].length);

 System.out.println(test.arr.length);

System.out.println(test.arr[1].length);

System.out.println(test.arr[1].length());

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

 It will compile and output 21 to the screen

It will compile, but will produce interpreter error when executed

It will not compile and give the compile error

It will compile and output 20 to the screen

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?