1. Question:Difference between get and post method?

     

    Answer
    GET Method: get method is used for submitting small amount of data. Data shows in the URL, so it is not secure.
    POST Method: post method is used for submitting small amount of data. Data does not show URL, so it is  secure.







    1. Report
  2. Question:What is super global variable? Write name of some superglobal variable?

     

    Answer
    The super global variables are predefined variable in PHP.  These are accessible from anywhere within a substantial amount of environment specified information. 
    Name of some super global variable:-
    $_GET[], $_POST[], $_REQUEST[], $_SERVER[], $_SESSION[], $GLOBAL[], $_COOKE[], $_FILES[] and $_ENV[].







    1. Report
  3. Question:What are constructor and destructor?

     

    Answer
    Constructor: It is automatic object creation process. It can call class methods and can accept paramiters.
    Destructor: It is automatic object destruction process. We can use destructors to modify the object destruction process.






    1. Report
  4. Question: What is the difference between print and printf?

     

    Answer
    The difference of print and printf are as the print statement is used output data passed to it, but the printf statement is used to output a blend of static text and dynamic information stored within one or several variable.






    1. Report
  5. Question:what is the difference between Exception::getMessage and Exception::getLine ? 

    Answer
    Exception::getMessage lets us getting the Exception message and Exception::getLine lets us getting the line in which the exception occurred.






    1. Report
Copyright © 2025. Powered by Intellect Software Ltd