1. Question: Abstract class objects never have to be instantiated.

    A
    True

    B
    False

    Note: Not available
    1. Report
  2. Question: fgets() is used to read a file one line at a time.

    A
    true

    B
    false

    Note: Not available
    1. Report
  3. Question: A constructor is used to...

    A
    Free memory.

    B
    Initialize a newly created object.

    C
    Import packages.

    D
    Create a JVM for applets.

    Note: Not available
    1. Report
  4. Question: When using the POST method, variables are displayed in the URL:

    A
    False

    B
    True

    Note: Not available
    1. Report
  5. Question: What is the purpose of the Properties?

    A
    To build a user interface.

    B
    To build Object

    C
    To describe some aspect of a class.

    D
    Noe of the Above

    Note: Not available
    1. Report
  6. Question: List()is used  to assign a list of variables in one operation.

    A
    True

    B
    False

    Note: Not available
    1. Report
  7. Question: Which of the following line is used to create new Object?

    A
    employee $emp=new employee();

    B
    $employee =new Employee();

    C
    employee =new $Employee();

    Note: Not available
    1. Report
  8. Question: Which of the following are class property scope?

    A
    Private

    B
    Public

    C
    Declare

    D
    Protected

    Note: Not available
    1. Report
  9. Question: PHP support six method scope. Which of the following are method scope.

    A
    Private

    B
    Public

    C
    Declare

    D
    Protected

    E
    Abstract

    F
    final

    Note: Not available
    1. Report
  10. Question: How to declare a constructor?

    A
    function __construct($ein) { }

    B
    function  construct($ein) { }

    C
    function  employee($ein) { }

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