1.What is application server ?
2.What is web server ?
3.Explain the process of execution of a php file ?
Answer Posted / pinku
application server is we execute both jsp,servlet,ejb.
but in web server only run jsp,servlet
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Tell me what does the php error 'parse error in php - unexpected t_variable at line x' means?
Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.
What is session php?
What is php? Why it is used?
How to access standard error stream in PHP?
What do you mean range() in php?
What is php mean?
What is static variable in php?
Which function will you use to create an array?
What is the purpose of pear in php?
How to pass variables by references?
How long should a session last?
Tell me are parent constructors called implicitly inside a class constructor?
Why do we use htaccess
How big is varchar max?