Back

OOP in JAVA MCQ BCA Third Semester 2023


These are the Java MCQs Question asked in 2023 BCA Exam.

What is process when two or more threads need to access share resource, they need some way to ensure that resource will used by only one thread at a time?

1

Deadlock

2

Synchronization

3

Interthread communication

4

Starvation