Page 1 of 1

About Question enthuware.jwpv6.2.1232 :

Posted: Wed Dec 07, 2011 4:01 am
by ETS User
Statement:
CGI programs are language independent but not platform dependent, while servlets are generally only platform dependent.

Explanation to statement:
Though you can write servlets in languages supported by JVM such as Java and Groovy, it is generally not considered language independent. CGI scripts can be written in any language but they are platform dependent i.e. a script written for linux may not work on windows.

In the statement you write CGI programs are not platform dependent. In the Explanation you write CGI scripts are platform dependent.

Whats not right and whats wrong ?

Re: About Question enthuware.jwpv6.2.1232 :

Posted: Wed Dec 07, 2011 7:59 am
by admin
It should be "independent" in the option i.e.
"CGI programs are language independent but not platform independent, while servlets are generally only platform independent."

This has now been fixed. thanks for your feedback!