What is http client in java?



What is http client in java?..

Answer / Praveen Kumar

An HTTP (Hypertext Transfer Protocol) client in Java is a library or class that allows for the sending and receiving of HTTP requests and responses. Examples include Apache HttpClient, OkHttp, and the built-in java.net.HttpURLConnection.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Can It is possible to synchronize the constructor of a Java Class?

1 Answers  


Is the milky way in a void?

1 Answers  


What is the gregoriancalendar class in java programming?

1 Answers  


Can list be final in java?

1 Answers  


Which method is used to find that the object is exited or not?

2 Answers  


Can we call the Thread.sleep in Synchyronozed block?

5 Answers   Logica CMG,


Can we override the private methods?

1 Answers  


What is queue in java?

1 Answers  


Why are getters and setters used?

1 Answers  


How does final modifier work?

1 Answers   Tech Mahindra,


Difference between canvas class & graphics class?

1 Answers  


Name few "optional" classes introduced with java 8 ?

1 Answers  


Categories