Programming - Networking
You Are Here :: Home > JAVA > Networking - General Questions
1.
In Java, there is a _______________ package provides the network support.
A.
java.net
B.
java.lang
C.
java.awt
D.
java.sql
Answer: Option A
Explanation:
In Java, there is a java.net package provides the network support.
2.
TCP stands for
A.
Transmission Control Protocol
B.
User Datagram Protocol
C.
Transport Control Protocol
D.
Transparent Control Protocol
Answer: Option A
Explanation:
TCP which allows for reliable communication between two applications. TCP is typically used over the Internet Protocol, which is referred to as TCP/IP.
3.
UDP stands for
A.
Transmission Control Protocol
B.
User Datagram Protocol
C.
Unified Data Protocol
D.
Universal data Processing
Answer: Option B
Explanation:
UDP is a connection-less protocol that allows for packets of data to be transmitted between applications.
4.
Which Programming is most widely used concept in Networking and it has been explained in very detail?
A.
Socket
B.
Packets
C.
Both A and B
D.
none
Answer: Option A
Explanation:
Socket Programming is most widely used concept in Networking and it has been explained in very detail.
5.
which Processing would be covered separately. Click here to learn about URL Processing in Java language?
A.
URL
B.
Http
C.
Ftp
D.
Udp
Answer: Option A
Explanation:
URL Processing would be covered separately. Click here to learn about URL Processing in Java language
6.
___________________ provide the communication mechanism between two computers using TCP.
A.
Sockets
B.
Packets
C.
Datagram
D.
Both A and B
Answer: Option A
Explanation:
Sockets provide the communication mechanism between two computers using TCP.
next »