hi
Question--------
Which of the following statements regarding HttpRequest methods are correct?
1) getHeaderNames returns an Enumeration
2) getHeaders returns a
String[]
3) getHeaderValues returns a String[]
4) getIntParameter returns an int
the answer or this in the
test is 1 but isn't 2 also correct??
Thanks