Full Stack Developer (Java) Question:
Download Questions PDF

Can you explain me the key advantages of HTTP/2 as compared with HTTP 1.1?

Answer:

HTTP/2 provides decreased latency to improve page load speed by supporting:

☛ Data compression of HTTP headers
☛ Server push technologies
☛ Loading of page elements in parallel over a single TCP connection
☛ Prioritization of requests
An important operational benefit of HTTP/2 is that it avoids the head-of-line blocking problem in HTTP 1.

Download Full Stack Developer (Java) Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me what is the most puzzling programming challenge you have come across recently?Explain me what are the success factors for Continuous Integration?