A PHP Error was encountered

Severity: Warning

Message: fopen(/var/lib/php/sessions/ci_session4heu5tc19tp3pbflbnv61gk6meoptd9o): failed to open stream: No space left on device

Filename: drivers/Session_files_driver.php

Line Number: 176

Backtrace:

File: /var/www/interviewmania.com/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: session_start(): Failed to read session data: user (path: /var/lib/php/sessions)

Filename: Session/Session.php

Line Number: 143

Backtrace:

File: /var/www/interviewmania.com/index.php
Line: 315
Function: require_once

Which of these methods of httpd class is used to read data

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.