Java Fundamentals Challenge

Java Fundamentals Challenge

University

53 Qs

quiz-placeholder

Similar activities

Java HF Chapter 2

Java HF Chapter 2

University

54 Qs

servlet

servlet

University

50 Qs

PF201: SCCPF2012223

PF201: SCCPF2012223

University

50 Qs

CMPTR 2L Midterm Exam

CMPTR 2L Midterm Exam

University

55 Qs

ELECTIVE 1

ELECTIVE 1

University

50 Qs

ICT CBP Q3 Periodical Test

ICT CBP Q3 Periodical Test

9th Grade - University

52 Qs

Introducción a la programación

Introducción a la programación

University

48 Qs

Sec-D  Javascript-1

Sec-D Javascript-1

12th Grade - University

52 Qs

Java Fundamentals Challenge

Java Fundamentals Challenge

Assessment

Quiz

Computers

University

Medium

Created by

Veeraswamy D

Used 1+ times

FREE Resource

53 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main principle of Object-Oriented Programming?

Data encapsulation only

Single inheritance only

Encapsulation, inheritance, polymorphism, and abstraction.

Static typing only

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a Java data type?

integer

float

boolean

string

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used to create a class in Java?

class

function

create

define

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

-1

1

0

null

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which control structure is used to execute a block of code repeatedly?

Loop

Function

Variable

Condition

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'try' block in exception handling?

The purpose of the 'try' block is to catch exceptions that may occur during code execution.

To define a function in Python.

To declare variables in a program.

To optimize code performance.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is inheritance in the context of Object-Oriented Programming?

Inheritance allows a subclass to inherit attributes and methods from a superclass, enabling code reuse and establishing a class hierarchy.

Inheritance is a method for creating new classes without any relationship to existing ones.

Inheritance is the process of deleting attributes from a class.

Inheritance allows a class to operate independently without any parent class.

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?