What is HttpURL connection ?
Answer / Amrita Tiwari
HttpURLConnection is a class in Java that allows for HTTP requests to be sent and received. It provides methods for sending GET, POST, PUT, and DELETE requests, handling responses, setting request headers, and more.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the connection keep-alive feature of HTTP 1.1?
What is cookies in networking ?
1 Answers Akamai Technologies,
Public serversocket(int port, int queuelength) throws ioexception, bindexception?
What is a port?
What is meant by time-slicing?
What is URL?
Explain the generic term internet.
What is a thread pool?
What you know about random port?
If you do not want your program to halt while it waits for a connection, put the call to accept( ) in a separate thread?
What is the difference between TCP/IP and UDP?
How we can make simple java program for Server/Client Communication