What is the function of http?
Answer / Ms.tanushree Gupta
The function of HTTP (Hypertext Transfer Protocol) is to facilitate communication between web servers and clients. It defines methods (GET, POST, PUT, DELETE, etc.), request messages containing method, URL, and protocol version, and response messages containing status codes, content types, and the actual data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we create our own wrapper class in java?
What is skeleton and stub?
Why arraylist is used in java?
What is anagram of a string?
What are the classes of java?
Can we call the Thread.sleep in Synchyronozed block?
How many ways can an argument be passed to a subroutine and explain them?
How can we create a object of a class without using new operator.
What is the life cycle of Thread ?
12 Answers HCL, Varnar Softech,
Is map ordered in java?
How will you measure that int takes up only 32 bits in memory?
I want to store more than 10 objects in a remote server? Which methodology will follow?