Java Basics

Java Basics

12th Grade

10 Qs

quiz-placeholder

Similar activities

Saman Dance Wadidaw

Saman Dance Wadidaw

12th Grade

15 Qs

CPP OOP Quiz

CPP OOP Quiz

12th Grade

15 Qs

tin học

tin học

12th Grade

10 Qs

Q2 UNIT TEST - STATSTECH12

Q2 UNIT TEST - STATSTECH12

12th Grade

15 Qs

Safety internet rules quiz

Safety internet rules quiz

9th - 12th Grade

10 Qs

Understanding Production Factors

Understanding Production Factors

12th Grade

15 Qs

SCIENCE

SCIENCE

9th - 12th Grade

10 Qs

European Union Quiz

European Union Quiz

12th Grade

10 Qs

Java Basics

Java Basics

Assessment

Quiz

Others

12th Grade

Easy

Created by

Parre Pratyush

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Java?

A type of coffee

A programming language

A type of car

An operating system

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the main features of Java?

Platform independence, object-oriented, robust standard library, automatic memory management

Cross-platform compatibility, functional programming, extensive standard library, garbage collection

Platform dependence, procedural programming, limited standard library, manual memory management

Hardware dependence, structured programming, minimal standard library, manual memory allocation

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Explain the difference between JDK, JRE, and JVM.

JDK is the runtime environment for Java bytecode, JRE is used for Java development, and JVM is used for running Java applications

JDK is used for running Java applications, JRE is the runtime environment for Java bytecode, and JVM is used for Java development

JDK is used for JavaScript development, JRE is used for running JavaScript applications, and JVM is the runtime environment for JavaScript

JDK is used for Java development, JRE is used for running Java applications, and JVM is the runtime environment where Java bytecode is executed.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

To define a variable or method that can be modified by any class

To declare a variable or method that belongs to the class itself rather than to instances of the class.

To allow multiple threads to access a method simultaneously

To make a variable or method accessible only within the same package

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between '==' and '.equals()' in Java?

'==' is used for comparing strings, '.equals()' is used for comparing integers

'==' and '.equals()' are interchangeable in Java

'==' compares reference, '.equals()' compares content

'==' compares content, '.equals()' compares reference

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is inheritance in Java?

A concept where classes can only inherit from interfaces

A process of creating new classes from existing classes

A feature that allows classes to share methods but not attributes

A mechanism where a new class inherits properties and behaviors from an existing class.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is polymorphism in Java?

Polymorphism in Java is limited to working with objects of the same class only.

Polymorphism in Java refers to the ability to use multiple inheritance.

Polymorphism in Java allows methods to be written that can work with objects of different classes, providing flexibility and reusability in code.

Polymorphism in Java is a feature that allows direct access to private methods of other 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?