What is HttpURL connection ?



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

Post New Answer

More Java Networking Interview Questions

What is the connection keep-alive feature of HTTP 1.1?

2 Answers  


What is cookies in networking ?

1 Answers   Akamai Technologies,


Public serversocket(int port, int queuelength) throws ioexception, bindexception?

1 Answers  


What is a port?

6 Answers  


What is meant by time-slicing?

9 Answers   Accenture, Wipro,


What is URL?

6 Answers   Wipro,


Explain the generic term internet.

1 Answers  


What is a thread pool?

1 Answers  


What you know about random port?

1 Answers  


If you do not want your program to halt while it waits for a connection, put the call to accept( ) in a separate thread?

1 Answers  


What is the difference between TCP/IP and UDP?

5 Answers  


How we can make simple java program for Server/Client Communication

1 Answers   PUCIT,


Categories