Unit 1 - Classes and Objects

Unit 1 - Classes and Objects

University

10 Qs

quiz-placeholder

Similar activities

Java Quiz 4

Java Quiz 4

University

15 Qs

Java Classes

Java Classes

University

11 Qs

Pretest PO-1 C

Pretest PO-1 C

University

8 Qs

002_Java Methods

002_Java Methods

12th Grade - University

15 Qs

Unit 24 - Java Basics

Unit 24 - Java Basics

University

10 Qs

Structure of Java Program

Structure of Java Program

University

10 Qs

 QUIZ  MS Core Java Quiz-3 2023

QUIZ MS Core Java Quiz-3 2023

University

11 Qs

Basic Java

Basic Java

University

15 Qs

Unit 1 - Classes and Objects

Unit 1 - Classes and Objects

Assessment

Quiz

Computers

University

Medium

Created by

M.RAMYA CSE

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A function in C language is similar to what in Java language?

Variable

Member

Method

Class

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

All methods and variables in Java language are kept inside a?

File

Package

Class

Interface

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the need to mention "static" before main method?

To call main method without creating an object of class

To call main method using object creation

To avoid method overriding

To avoid calling the main method

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the use of Access modifier "public" in Java language?

To hide the main method from misuse

To call the main method outside of Class or Package by JVM

To protect main method

None of the mentioned

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Name of a Class, Variable, Method or an Interface in Java language is called?

Argument

Value

Identifier

Object

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of these class is superclass of every class in Java?

Main

Object

String

Singleton

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which represent the real world entity in Java?

Class

Object

Data members

Main method

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?