Vidyalelo
JavaScript · Q16

Caching And Debugging

Programming · JavaScript · question 16

Q16

In which way can the closure compiler can be used?

A.
Open source
B.
Run time application
C.
Web application
D.
Only Open source and Web application
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
You can use the Closure Compiler as:
1. An open source Java application that you can run from the command line.
2. A simple web application.
3. A RESTful API.