Is javax.servlet.http.HttpResponse deprecated by Java 7.0? -


as title goes, cannot find class javax.servlet.http.httpresponse in oracle's official document java 1.7, can find in java 1.6 , lower edition.

why?

it part of javaee not javase. see javaee 6 , 7 docs below. not deprecated.

javaee 6: http://docs.oracle.com/javaee/6/api/javax/servlet/http/httpservletresponse.html
javaee 7: http://docs.oracle.com/javaee/7/api/javax/servlet/http/httpservletresponse.html

edit: noticed class name in post. there no javax.servlet.http.httpresponse, perhaps mean javax.servlet.http.httpservletresponse. if see above, otherwise you'll have figure out class need.


Comments

Popular posts from this blog

Using 'OR' and 'AND' in SQL Server -

c++ - NetBeans Remote Development with additional configuration -

visual studio - TFS will not accept changes I've made to a Java project -