recategorized by
2,049 views
2 votes
2 votes

The Servlet Response interface enables a servlet to formulate a response for a client using the method

  1. void log(Exception e, String s)
  2. void destroy()
  3. int get ServerPort()
  4. void set ContextType(String Type)
recategorized by

1 Answer

Answer:

Related questions

3 votes
3 votes
2 answers
1
go_editor asked Aug 1, 2016
3,733 views
Which one of the following is correct?Java applets cannot be written in any programming languageAn applet is not a small programAn applet can be run on its ownApplets are...
2 votes
2 votes
1 answer
2
2 votes
2 votes
1 answer
4
go_editor asked Aug 20, 2016
3,015 views
It is possible to define a class within a class termed as nested class. There are __ types of nested classes2345