Certification Course (Batch-01) | Quiz-03

Certification Course (Batch-01) | Quiz-03

Professional Development

10 Qs

quiz-placeholder

Similar activities

PDS - 04225 Chapter 11 - Part 1 - Sorting Algorithms

PDS - 04225 Chapter 11 - Part 1 - Sorting Algorithms

University - Professional Development

10 Qs

Cycle 4: Lesson 11 Review.

Cycle 4: Lesson 11 Review.

Professional Development

13 Qs

Inheritance

Inheritance

Professional Development

15 Qs

Introduction to Programming in C

Introduction to Programming in C

Professional Development

10 Qs

OOAD ONLINE QUIZ

OOAD ONLINE QUIZ

University - Professional Development

8 Qs

Java Fundamentals

Java Fundamentals

Professional Development

11 Qs

Senz AIoT Savants  - ML & C++

Senz AIoT Savants - ML & C++

Professional Development

10 Qs

THE ULTIMATE KNOWLEDGE: Information techno_

THE ULTIMATE KNOWLEDGE: Information techno_

8th Grade - 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?