A PHP Error was encountered

Severity: Warning

Message: fopen(/var/lib/php/sessions/ci_session21bcbk7n4kk3rtkn6hvgcob7ok2p17k0): 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 method of class String is used to compare

Home » JAVA Programming » Strings » Question
  1. Which of these method of class String is used to compare two String objects for their equality?
    1. Isequal()
    2. isequal()
    3. Equals()
    4. equals()
    5. None of these
Correct Option: D

equals()



Your comments will be displayed only after manual approval.