Answer Posted / 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 |
Post New Answer View All Answers
What is a classloader in java?
Realized?
What is the difference between equals() and == in java?
Differentiate between static and non-static methods in java.
Explain public static void main(string args[]) in java.
Is minecraft 1.15 out?
What is an object in java and how is it created?
What do you mean by an interface in java?
What is java string pool?
What are the differences between heap and stack memory in java?
How to create a base64 decoder in java8?
What is parsing in java?
Write a program to print count of empty strings in java 8?
What is a constructor overloading in java?
How to sort array in descending order in java?