APP_UNIT_3 Quiz

APP_UNIT_3 Quiz

12th Grade

20 Qs

quiz-placeholder

Similar activities

Java Programming 1

Java Programming 1

10th - 12th Grade

25 Qs

Progamming - Java Syntax

Progamming - Java Syntax

11th - 12th Grade

15 Qs

Informatika kelas 9

Informatika kelas 9

1st - 12th Grade

25 Qs

AP Computer Science A Quiz

AP Computer Science A Quiz

12th Grade

15 Qs

APCSA Unit 1 Lesson 1 Flahscards

APCSA Unit 1 Lesson 1 Flahscards

9th - 12th Grade

20 Qs

JavaScript Intro

JavaScript Intro

9th - 12th Grade

16 Qs

Module 11 - Essential Peripherals 3

Module 11 - Essential Peripherals 3

9th - 12th Grade

19 Qs

Coding CHASE

Coding CHASE

10th Grade - University

15 Qs

APP_UNIT_3 Quiz

APP_UNIT_3 Quiz

Assessment

Quiz

Computers

12th Grade

Medium

Created by

jaya manoj

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a thread in Java?

A light weight process that run independently within a a program

A data structure to store variable

A loop

A synchronization mechanism

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which class is used to create a thread in Java?

Thread

Runnable

Process

Executor

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a race condition in Multi-threaded Java programming?

A situation where threads synchronize perfectly.

A situation where threads never finish execution

A situation where multiple threads access shared data simultaneously, leading to unpredictable results.

A situation where threads throw exceptions

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the program? class Multithreded_program { public static void main(String [] args) { Thread t = Thread.CurrentThread(); System.out.println(t); } } Thread[main,5]

A)     Thread[main,5]

B)      Thread[main,5,main]

C)      Thread[5,main]

D)     Thread[0]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the major components of the JDBC?

DriverManager, Driver, Connection, Statement, and ResultSet

DriverManager, Driver, Connection, and Statement

DriverManager, Statement, and ResultSet

DriverManager, Connection, Statement, and ResultSet

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following method is used to perform DML statements in JDBC?

executeResult()

executeQuery()

executeUpdate()

execute()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Parameterized queries can be executed by?

Parameterized Statement

Prepared Statement

Callable Statement and Parameterized Statement

All kinds of Statements

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?