10211CS204 -OOPS using Java

10211CS204 -OOPS using Java

Professional Development

15 Qs

quiz-placeholder

Similar activities

Phase 1 Recap

Phase 1 Recap

Professional Development

13 Qs

Java Programming Quiz

Java Programming Quiz

Professional Development

15 Qs

Ficha Iniciação à Linguagem C#

Ficha Iniciação à Linguagem C#

Professional Development

14 Qs

Python Quiz

Python Quiz

Professional Development

16 Qs

[FE] Ice Breaking - Mastering CSS

[FE] Ice Breaking - Mastering CSS

Professional Development

10 Qs

Quiz sobre Sintaxe Básica em C#

Quiz sobre Sintaxe Básica em C#

Professional Development

12 Qs

[FE] Ice Breaking - Tailwind CSS: Building Dynamic and User-Enga

[FE] Ice Breaking - Tailwind CSS: Building Dynamic and User-Enga

Professional Development

10 Qs

Quiz 1: Exception Handling

Quiz 1: Exception Handling

Professional Development

20 Qs

10211CS204 -OOPS using Java

10211CS204 -OOPS using Java

Assessment

Quiz

Information Technology (IT)

Professional Development

Medium

Created by

Assoc.Prof,IT Chennai

Used 4+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following option leads to the portability and security of Java?

  1. Bytecode is executed by JVM

The applet makes the Java code secure and portable

  1. Use of exception handling

  1. Dynamic binding between objects

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is not a Java features?

  1. Dynamic

  1. Architecture Neutral

  1. Use of pointers

  1. Object-oriented

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following for loop declaration is not valid?

  1. for ( int i = 99; i >= 0; i / 9 )

  1. for ( int i = 7; i <= 77; i += 7 )

  1. for ( int i = 20; i >= 2; - -i )

  1. for ( int i = 2; i <= 20; i = 2* i )

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which method of the Class.class is used to determine the name of a class represented by the class object as a String?

  1. getClass()

  1. intern()

  1. getName()

  1. toString()

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which package contains the Random class?

  1. java.util package

  1. java.lang package

  1. java.awt package

  1. java.io package

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which option is false about the final keyword?

  1. A final method cannot be overridden in its subclasses.

  1. A final class cannot be extended.

  1. A final class cannot extend other classes.

  1. A final method can be inherited.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is a type of polymorphism in Java Programming?

Multiple polymorphism

Compile time polymorphism

Multilevel polymorphism

Execution time polymorphism

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?