InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is the approach used to compress HTML in web servers and modern web browsers?(a) Content encoding(b) Content decoding(c) Compression algorithm – DEFLATE(d) Content minificationThe question was asked by my school principal while I was bunking the class.This interesting question is from JavaScript Minification in section Performance Measures in JavaScript of JavaScript |
|
Answer» The correct option is (a) Content encoding |
|