10211CS204 -OOPS using Java

10211CS204 -OOPS using Java

Professional Development

15 Qs

quiz-placeholder

Similar activities

16/09 - Front - Java Scripit - aula 80-81

16/09 - Front - Java Scripit - aula 80-81

Professional Development

20 Qs

Preguntas sobre POO

Preguntas sobre POO

Professional Development

15 Qs

4. Console

4. Console

Professional Development

12 Qs

[FE] Ice Breaking - TypeScript Fundamentals and Data Structures

[FE] Ice Breaking - TypeScript Fundamentals and Data Structures

Professional Development

10 Qs

JavaScript Conditional Logic Quiz

JavaScript Conditional Logic Quiz

Professional Development

10 Qs

Web Development Mastery

Web Development Mastery

Professional Development

10 Qs

JavaScript Operators and Expressions Quiz

JavaScript Operators and Expressions Quiz

Professional Development

10 Qs

Understanding BOM in JavaScript (11R)

Understanding BOM in JavaScript (11R)

Professional Development

15 Qs

10211CS204 -OOPS using Java

10211CS204 -OOPS using Java

Assessment

Quiz

Information Technology (IT)

Professional Development

Medium

Created by

Assoc.Prof,IT Chennai

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