×
Login Or SignUp
Privacy Policy
Terms Of Service
freetests4u.com
Online Knowledge Sharing Platform
Login/SignUp
freetests4u.com
Blogs
Mock Tests
Video Lectures
16 .
Which methods are utilize to control the access to an object in multithreaded programming?
A.
Asynchronize methods
B.
Synchronize methods
C.
Serialize method
D.
None of above
View Answer
Ans: Synchronize methods
17 .
when the event for which a thread is blocked occurs?
A.
thread moves to the ready queue
B.
thread remains blocked
C.
thread completes
D.
a new thread is provided
View Answer
Ans: thread moves to the ready queue
18 .
What is a transient variable
A.
A transient variable is a variable which is serialized during Serialization.
B.
A transient variable is a variable that may not be serialized during Serialization.
C.
A transient variable is a variable which is to be marked as serializable.
D.
None of the above.
View Answer
Ans: A transient variable is a variable that may not be serialized during Serialization.
19 .
Which of these class is used for operating on request from the client to the server?
A.
http
B.
httpDecoder
C.
httpConnection
D.
httpd
View Answer
Ans: httpd
20 .
Which of these data type is returned by every method of OutputStream?
A.
int
B.
float
C.
byte
D.
None of the mentioned
View Answer
Ans: None of the mentioned
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16