Demo Quiz on Quizizz

Demo Quiz on Quizizz

Professional Development

5 Qs

quiz-placeholder

Similar activities

PreTrainingClassesObjectsMethods

PreTrainingClassesObjectsMethods

Professional Development

10 Qs

OSTA ABAY Week 1 Assessment

OSTA ABAY Week 1 Assessment

Professional Development

10 Qs

Java SE 8 fundamental

Java SE 8 fundamental

Professional Development

4 Qs

SAA-C03 - Módulo 6

SAA-C03 - Módulo 6

Professional Development

10 Qs

Java Inheritance Quiz

Java Inheritance Quiz

Professional Development

10 Qs

ILT #1 Web Basic

ILT #1 Web Basic

Professional Development

10 Qs

Google Ads

Google Ads

Professional Development

8 Qs

Getting Started with Java Quiz

Getting Started with Java Quiz

10th Grade - Professional Development

10 Qs

Demo Quiz on Quizizz

Demo Quiz on Quizizz

Assessment

Quiz

World Languages, Computers

Professional Development

Hard

Created by

Prashanth P

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a class

Driver Manager

Connection

Prepared Statement

Result Set

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of this is not a string class method

toUpper()

toCharArray()

length()

append()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This keyword can be accessed in static block

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A -- keyword raises exception

throws

throw

catch

try

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these are not correct

A sub class inherits variables, methods from super class

A sub  class can inherit from 1 or more super classes

A sub  class implements 2 or more interfaces

All of these are not correct