2. How can we implement Ajax in the application? 3. Explain the various states of request. 4. Explain the use of onreadystatechange event 5. Readystate properties. 6. How does XMLHttpRequest handle the response from the server? 7. Differentiate between get and post
PHP
1. Explain various data types of php
2. Explain the scope of the php variables 3. differentiate between for-each and for-in 4. Explain various types of arrays in php 5. List sorting methods of array & explain any 3 of them 6. List array manipulation methods & explain any 3 of them 7. Differentiate between implode and explode 8. Explain various types of string manipulation methods 9. Explain string searching methods 10. Explain string comparison methods 11. Write a php code to read a file 12. Write a php code to perform crud operation 13. Validate form using regular expression 14. What are superglobal variables? What is the use of $_SERVER 15. How we can set and retrieve the cookie 16. How we can manage sessions in php 17. What are classes & object? Write a simple php code to describe Object oriented php 18. With an example explain the use of inheritance 19. What is the use of abstract class in php inheritance 20. What is the use of interface in php