Vidyalelo
JavaScript · Q57

Performance Measures

Programming · JavaScript · question 57

Q57

What type of file is YUI Compressor?

A.
Binary file
B.
JAR file
Answer
C.
Text file
D.
Assembly file

Answer: Option B

Solution

Answer: Option B
Solution:
YUI Compressor is a jar file and runs from the command line. Because of this it is easily integrated into a build process. It looks like this:
java -jar yuicompressor-[version].jar [options] [file name]