What is the error message that you would get if you try to assign “Null” to an integer variable ? Answer : error message: cannot convert null to int… View Answer
What is the difference between shell script and perl ? Answer : Shell script is platform(OS) only for Unix flavour… View Answer
Explain about error handling in php ? Answer : Error handling is the process of catching errors… View Answer
How to find out, how a user visited a particular page ? Answer : We add a counter in that page…. View Answer
What does the top command display ? Answer : Top displays the top processes on the system and periodically… View Answer
Is running apache as a root is a security risk ? Answer : Yes, running the apache as root… View Answer