MSTIP-JavaProgramming-FinalExam

MSTIP-JavaProgramming-FinalExam

University

100 Qs

quiz-placeholder

Similar activities

Latihan Soal-inf-11

Latihan Soal-inf-11

2nd Grade - University

100 Qs

Ujian Tengah Semester Rekayasa Perangkat Lunak

Ujian Tengah Semester Rekayasa Perangkat Lunak

University

100 Qs

TES TULIS UKK RPL 2022

TES TULIS UKK RPL 2022

12th Grade - University

100 Qs

Logika Algoritma

Logika Algoritma

University

102 Qs

Test Teori Oprec 2022

Test Teori Oprec 2022

University

100 Qs

22BCA6A-Java-Quiz1

22BCA6A-Java-Quiz1

University

100 Qs

22BCA6B-Quiz-Exception Handling

22BCA6B-Quiz-Exception Handling

University

98 Qs

Python Quiz - Till Basic String

Python Quiz - Till Basic String

University

100 Qs

MSTIP-JavaProgramming-FinalExam

MSTIP-JavaProgramming-FinalExam

Assessment

Quiz

Computers, Other

University

Hard

Created by

ALVIN CERTEZA

Used 9+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

100 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

1. Which of this method is given parameter via command line arguments?

a) main()

b) recursive() method

c) Any method

d) System defined methods

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What are the Type Conversions available in Java language?

A) Narrowing Type Conversion

B) Widening Type Conversion

A and B

D) None of the above

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the output of the below Java code snippet?

char ch = 'A';//ASCII 65

int a = ch + 1;

ch = (char)a;

System.out.println(ch);

A) 66

B) A

C) B

D) 65

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which type of loop is best known for its boolean condition that controls entry to the loop?

A. do-while loop

B. for (traditional)

C. for-each

D. while

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the Output of the below code:

public class Demo{

public static void main(String[] arr){

}

public static void main(String arr){

}

}

a) Nothing

b) Error

C) Finite

d) Hii

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

char is 2 byte in storage?

True

False

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Name the data type: '3'

int

char

String

None of the above

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?