Java Fundamentals

Java Fundamentals

12th Grade

15 Qs

quiz-placeholder

Similar activities

Computer Science Quiz

Computer Science Quiz

9th - 12th Grade

10 Qs

Technical Terms - Internet (A-Z) - JSP

Technical Terms - Internet (A-Z) - JSP

12th Grade

10 Qs

File Handling In Python

File Handling In Python

12th Grade

20 Qs

Website Design

Website Design

KG - University

10 Qs

QUIZ DASAR DASAR PEMROGRAMAN JAVA

QUIZ DASAR DASAR PEMROGRAMAN JAVA

11th Grade - University

20 Qs

Advanced JS Part 1

Advanced JS Part 1

12th Grade

10 Qs

Exceptions in Pythons

Exceptions in Pythons

12th Grade

17 Qs

JavaScript Fundamentals

JavaScript Fundamentals

9th Grade - Professional Development

10 Qs

Java Fundamentals

Java Fundamentals

Assessment

Quiz

Computers

12th Grade

Medium

Created by

S.Thirumal VISTAS

Used 5+ 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?