1. long form of Ajax is
-
Asynchronous java script & xml
Asynchronous Java program
Asynchronous xml language
2. long form of WSDL is ___
-
web services description language
Web services deleted language
Web services define language
3. long form of UDDI is _______
-
Universal description language
Web services deleted language
Universal description,discovery language
4. ________ function creates an XMLHttpRequest object, adds the function to beexecuted when the server response is ready, and sends the request off to the server.
-
LoadDoc ()
UDDI
AjaxStrart()
5. loadDoc() function creates an XMLHttpRequest object, adds the function to beexecuted when the server response is ready, and sends the request off to the server.
-
true
false
both a and b
6. long form of UDDI is _______
-
Universal description language
Web services deleted language
Universal description, discovery language
7. ______is a new technique for creating better, faster, and more interactive web applicationswith the help of XML, HTML, CSS and Java Script.
-
Ajax
XML
SimpleXML
8. ______ doesn't define a specific set of tags
-
Ajax
XML
SimpleXML
9.PHP 5's new ______ module makes parsing an XML document, well, simple. It turns anXML document into an object that provides structured access to the XML.
-
Ajax
XML
SimpleXML
10. While writing your PHP program, it is a good idea to use PHP-aware editors like ____
11. Every PHP statement ends with a semicolon (;).
12. A class that is inherited from by another class. This is also called a ____
13. ________ a type of polymorphism in which some or all of operators have differentimplementations depending on the types of their arguments
14. ____________An array with strings as index. This stores element values in association withkey values rather than in a strict linear index order.
15. __________ An array containing one or more arrays and values are accessed usingmultiple indices
16. Validation means check the input submitted by the user.
17. There are two types of validation are available in PHP. They are as follows −
18. _________ Validation is performed on the client machine web browsers.
19. PHP supports the following data types:
20. PHP divides the operators in the following groups:
21. The basic assignment operator in PHP is __________ It means that the left operandgets set to the value of the assignment expression on the right.
22. the _________ statement is used to perform different actions based on differentconditions
23.In php, A ___________ is a block of statements that can be used repeatedlyin a program.
24. Which method scope prevents a method from being overridden by a subclass?
25. Which of the following statements are true is/are true about constructors in PHP?(i) PHP 4 introduced class constructors. (ii) Constructors can accept parameters. (iii) Constructors can call class methods or other functions (iv) Class constructors can call on other constructors.
26. An _______ is one that cannot be instantiated, only inherited
27. Constant name are proceeded by _____ like a normal variable declaration.
28. _______ is available when a method is called from within an object context
29. In PHP7, you can create an Array constant using the ____ function.
30. The ____statement is used to perform different actions based ondifferent conditions.
Post a Comment
0 Comments