II_III Years-Java, Python, and C Quiz

II_III Years-Java, Python, and C Quiz

Professional Development

50 Qs

quiz-placeholder

Similar activities

Pathway

Pathway

Professional Development

45 Qs

Quiz for Nagarro Drive

Quiz for Nagarro Drive

Professional Development

50 Qs

Python Lists

Python Lists

Professional Development

50 Qs

Friday Pop Quiz 2023 (Grand Finale)

Friday Pop Quiz 2023 (Grand Finale)

Professional Development

45 Qs

What Starbucks drink is this

What Starbucks drink is this

KG - Professional Development

45 Qs

Career Paddies Quiz 8

Career Paddies Quiz 8

Professional Development

51 Qs

robotique

robotique

Professional Development

50 Qs

II_III Years-Java, Python, and C Quiz

II_III Years-Java, Python, and C Quiz

Assessment

Quiz

Other

Professional Development

Hard

Created by

SHANMUGAPRIYA.P MCE-LECT/IT

Used 6+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is NOT a primitive data type in Java?

int

float

String

boolean

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which keyword is used to define a constant in Java?

const

final

static

constant

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the output of Java code System.out.println(5 + "5");?

10

55

5 + 5

Error

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the purpose of the static keyword in Java?

To create a constant

To allow a method or variable to be accessed without creating an instance of the class

To prevent inheritance

To define a global variable

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is true about method overloading?

Methods must have the same name and return type

Methods must have different names

Methods must have the same name but different parameters

Methods must have the same name and parameters

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the default value of an int variable in Java?

0

1

null

undefined

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is NOT a valid access modifier in Java?

public

private

protected

global

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?