Certification Course (Batch-01) | Quiz-03

Certification Course (Batch-01) | Quiz-03

Professional Development

10 Qs

quiz-placeholder

Similar activities

Java SE: Programming I

Java SE: Programming I

Professional Development

10 Qs

DECI - Week 5 - round

DECI - Week 5 - round

Professional Development

10 Qs

A44 OOP Exception Handling

A44 OOP Exception Handling

Professional Development

7 Qs

Java OOP

Java OOP

Professional Development

10 Qs

X-Quiz #4

X-Quiz #4

Professional Development

10 Qs

Java Fundamentals

Java Fundamentals

Professional Development

11 Qs

Java Programming Quiz #1

Java Programming Quiz #1

Professional Development

10 Qs

Day 1 - Basics of Java

Day 1 - Basics of Java

Professional Development

14 Qs

Certification Course (Batch-01) | Quiz-03

Certification Course (Batch-01) | Quiz-03

Assessment

Quiz

Computers

Professional Development

Hard

Created by

SDLC 2023

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In java, array is a/an-

primitive type

object type

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which JDK tool is use to generate Java API documentation?

jdocument

jdocs

javadoc

javadocument

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

int[] values = new int[10];
How many object will be created for above statement?

1

5

10

11

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

int[][] values = new int[10][5];
How many object will be created for above statement?

5

6

10

15

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which option is correct to write java documentation

// documentation here

/*

documentation here

*/

/**

*documentation here

*/

none

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be the output of the following Java program?

Compilation failed

Runtime failed

1 2 3 4 5

5 4 3 2 1

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be the output of the following Java program?

Compilation failed

Runtime failed

1 2 3 4 5

5 4 3 2 1

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?