In which way can the closure compiler can be used?

In which way can the closure compiler can be used? Correct Answer Only Open source and Web application

Closure compiler parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what’s left. You can use the Closure Compiler as: An open source Java application that you can run from the command line. A simple web application. A RESTful API.

Related Questions

In what way is the closure compiler efficient?
In what way does the closure compiler help in checking the code?
What is the purpose of the advanced mode in the Closure compiler?
What is the function of a Closure Compiler?
What is a closure compiler UI?
What are the benefits of closure compiler?
What is the function of the closure compiler?
The Closure Compiler was introduced by