Certification Course (Batch-01) | Quiz-03

Certification Course (Batch-01) | Quiz-03

Professional Development

10 Qs

quiz-placeholder

Similar activities

Creational Design Patterns

Creational Design Patterns

Professional Development

10 Qs

Quiz on Abstract Classes in Java

Quiz on Abstract Classes in Java

Professional Development

10 Qs

Intro to Node.js

Intro to Node.js

Professional Development

10 Qs

Day 3 C Programming quiz

Day 3 C Programming quiz

Professional Development

10 Qs

ACTIVITY 09

ACTIVITY 09

University - Professional Development

10 Qs

Quiz Night 5 OCT

Quiz Night 5 OCT

Professional Development

10 Qs

Introduction

Introduction

Professional Development

10 Qs

Amdocs OSS - ODO Implementation for Vodafone UK

Amdocs OSS - ODO Implementation for Vodafone UK

Professional Development

10 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?