-
Java is Not designed for the distributed environment of the Internet
A) TrueB) FalseExplanation: Java is designed for the distributed environment of the Internet, because it handles TCP/IP protocols.
-
-
-
What is the default thread at the time of starting the program?
A) main threadB) thread groupC) child threadD) thread pool