Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. What type of file is YUI Compressor?

  2. A.

     Binary file

    B.

     JAR file

    C.

     Text file

    D.

     Assembly file

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    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]


Be The First To Comment