Home » JAVA Programming » Networking » Question
  1. Which of these methods of httpd class is used to read data from the stream?
    1. GetResponse()
    2. getRawRequest()
    3. getDta()
    4. getStream()
    5. None of these
Correct Option: B

The getRawRequest() method reads data from a stream until it gets two consecutive newline characters.



Your comments will be displayed only after manual approval.