Java Fundamentals

Java Fundamentals

12th Grade

15 Qs

quiz-placeholder

Similar activities

Python Binary File

Python Binary File

12th Grade

15 Qs

12-sci-java-basics

12-sci-java-basics

12th Grade

15 Qs

Web Science Computer Science

Web Science Computer Science

12th Grade

10 Qs

JavaScript Basics

JavaScript Basics

12th Grade - University

15 Qs

Technical Terms - Internet (A-Z) - PPC

Technical Terms - Internet (A-Z) - PPC

12th Grade

10 Qs

File Handling in C++ Programming

File Handling in C++ Programming

12th Grade

15 Qs

JavaScript Practices #5

JavaScript Practices #5

12th Grade

12 Qs

Java Chapter 1 CS2

Java Chapter 1 CS2

9th - 12th Grade

16 Qs

Java Fundamentals

Java Fundamentals

Assessment

Quiz

Computers

12th Grade

Medium

Created by

S.Thirumal VISTAS

Used 6+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What are the different data types in Java?

integer, decimal, character, true/false, and text

float, long, byte, short, and array

number, string, boolean, character, and array

int, double, char, boolean, and String

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Explain the difference between int and Integer in Java.

int is used for whole numbers, while Integer is used for decimal numbers

int is immutable, while Integer is mutable

Integer is a class, while int is a primitive data type.

int can be used for mathematical operations, while Integer cannot

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the purpose of the 'final' keyword in Java?

To allow the user to change the value of a variable

To make a method optional

To automatically initialize a variable

To restrict the user from changing the value of a variable or to make a method unchangeable.

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you declare a variable in Java?

By using the syntax: int variableName = value;

By using the syntax: variableName = value;

By using the syntax: var variableName = value;

By using the syntax: type variableName;

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What are the different types of control statements in Java?

if-else, switch, for, while, and do-while, and repeat

if-else, switch, for, while, and do-while

if-else, switch, for, while, and do-while, and when

if-else, switch, for, while, and do-while, and until

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Explain the use of 'if-else' statement in Java with an example.

The use of 'if-else' statement in Java is to loop through an array

The use of 'if-else' statement in Java is to make decisions based on a condition.

The use of 'if-else' statement in Java is to print 'Hello World'

The use of 'if-else' statement in Java is to define a class

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is inheritance in Java?

Inheritance in Java is a process of creating a new class by extending an existing class.

Inheritance in Java is a feature that allows a class to inherit properties from multiple classes.

Inheritance in Java allows one class to inherit the properties and behaviors of another class.

Inheritance in Java is used to create new classes from existing classes.

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?