
APP_UNIT_3 Quiz

Quiz
•
Computers
•
12th Grade
•
Medium
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
Similar Resources on Wayground
18 questions
js basics

Quiz
•
4th Grade - University
15 questions
prueba de conocimeintos basicos Frontend Development Quiz

Quiz
•
12th Grade
20 questions
Java Values and datatypes

Quiz
•
9th - 12th Grade
20 questions
Javascript Basics Test

Quiz
•
7th - 12th Grade
20 questions
Python Basics & Syntax

Quiz
•
10th - 12th Grade
16 questions
PowerPoint University Infographic Quiz

Quiz
•
12th Grade
20 questions
Java OOP Connections

Quiz
•
10th - 12th Grade
15 questions
Understanding Java Threads

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade