Search Header Logo

Java Fundamentals

Authored by S.Thirumal VISTAS

Computers

12th Grade

Used 6+ times

Java Fundamentals
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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.

Access all questions and much more by creating a free account

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

Already have an account?