Unit 4: Server Side Programming
- Q1). What do you mean by server side programing? Write various type of server side programming language.
- Q2). What do you understand by ASP ? What are its advantage and disadvantage? How ASP is different from ASP.NET?
- Q3). What is JSP? What are advantage and disadvantages of JSP over CGI? Also, explain various components of JSP in detail.
- Q4). Explain the architecture of JSP. How JSP provides better performance.
- Q5). Explain accessing a database from a JSP page.
- Q6). Explain the use of request and reponse objects in the communication between the browser and the web server in JSP.
- Q7). Explain the vaious type of implicit objects available to JSP page? Explain.
- Q8). Explain how to declare variable in JSP.
- Q9). How to declare methods in JSP?
- Q10). How to declare array in JSP? Give an example.
- Q11). Explain the various type of errors in JSP.
- Q12). How exception handling is done in java? Explain with suitable examples.
- Q13). How error handling and debugging are done in JSP? Explain with suitable example.
- Q14). What are sessions ? How does JSP handle runtime exception ? How do we enable and disable session using JSP?
- Q15). Explain data sharing between JSP pages in detail.
- Q16). Write a difference between JSP and ASP.
- Q17). What are the steps for running JSP program in Tomcat server?
- Q18). Write a short note on the Following: 1. Database programing using JDBC. 2. Tomcat server
- Q19). What do you mean by JDBC? How it works?
- Q20). Explain the architecture of JDBC.
- Q21). What do you mean by driver? Explain the various type of JDBC Drivers.
- Q22). Write a note on struts framework. Write its features and advantage.
- Q23). What do you mean by servlet? Explain the life cycle of servlet.
- Q24). Write a note on 1. COM 2. DCOM
- Q25). Write a note on servlet package.
- Q26). Write a difference between dynamic web page, Static Web page and Active web Pages.
- Q27). Write the difference between COM and DCOM.
- Q28). Is COM same as DCOM? If not, what are the differences between them? Describe the importance of COM/DCOM in making commercial website.
- Q29). Write a note on CORBA.