1. Question: How to can we store information on the client’s Machine?

    A
    Use session

    B
    Use cookies

    C
    Use session variables

    D
    None

    Note: Not available
    1. Report
  2. Question: The practice of separating the user from the true inner working of an application through well-known interfaces is known as

    A
    Polymorphism

    B
    Abstraction

    C
    Inheritance

    D
    Encapsulation

    Note: Not available
    1. Report
  3. Question: How to remove last element of an array?

    A
    array_shift()

    B
    array_unshift()

    C
    array_push()

    D
    array_pop()

    Note: Not available
    1. Report
  4. Question: Which type of directive detect error?

    A
    log_errors

    B
    errors_log

    C
    log_error_max

    D
    None

    Note: Not available
    1. Report
  5. Question: Which of the following term originates from the Greek language that means “having multiple form”, defines OOP’s ability to redefine, a class’s characteristic

    A
    Abstraction

    B
    Differential

    C
    Inheritance

    D
    Polymorphism

    Note: Not available
    1. Report
  6. Question: Which type of scope is only accessible by subclass?

    A
    static

    B
    public

    C
    protected

    D
    None

    Note: Not available
    1. Report
  7. Question: An exception is handled by

    A
    The throw keyword

    B
    The catch block

    C
    The function that caused the error

    D
    An object of the exception class

    Note: Not available
    1. Report
  8. Question: Which of the following exception type should be used to handle a situation where a provided value does not match any of an array defined keys?

    A
    InvalidArgumentException

    B
    Logic Exception

    C
    OutOfBoundsExceptions

    D
    RuntimeException

    Note: Not available
    1. Report
  9. Question: Which of the following method is suitable when you need to submit large amount of data?

    A
    Get

    B
    Post

    C
    Both Get and Post

    D
    There is no direct way for larger from. You need to store them in a session.

    Note: Not available
    1. Report
  10. Question: Which keyword is used to refer to properties or methods within the class itself?

    A
    Private

    B
    Protected

    C
    Public

    D
    $this

    Note: Not available
    1. Report
Copyright © 2025. Powered by Intellect Software Ltd