Web Design and Development MCQs with Answers
Practice important Web Design and Development MCQs with answers and explanations.
Multiple Choice Questions
Q731: ___________ is the process of converting a byte stream into an object.
- A: Deserialization
- B: Serialization
- C: None of the above
- D: Both A & B
View Answer
A
Q732: Which of these methods are used to make a thread wait for another thread to finish?
- A: wait()
- B: notify()
- C: join()
- D: notifyAll()
View Answer
C