Link to home
Start Free TrialLog in
Avatar of sunny786
sunny786

asked on

zip package,webserverHTTP

hi..could any explain me
1:how Gzipinputstream and Gzipoutputstream for compression of audio file. i need to have in theory behind that??
2:how much data is compressed by using Gzipinputstream and Gzipoutputstream ?
3:how tomcat can act as webserver http?

as i was new to java..?
Avatar of Dejan Pažin
Dejan Pažin
Flag of Austria image


1. Read here:
http://java.sun.com/developer/technicalArticles/Programming/compression/
http://www.devshed.com/c/a/Java/GZIPping-with-Java/

2. Read here (under Comparison of efficiency):
http://en.wikipedia.org/wiki/Comparison_of_file_archivers

3. Tomcat is a webserver, just start it and it will act as one
ASKER CERTIFIED SOLUTION
Avatar of keyurkarnik
keyurkarnik

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial