Table of Contents
- What do you mean by server side programing?
- Write various type of server side programming language.
- What do you understand by ASP ? What are its advantage and disadvantage?
- How ASP is different from ASP.NET?
- What is JSP? What are advantage and disadvantages of JSP over CGI?
- Explain various components of JSP in detail.
- Explain the architecture of JSP. How JSP provides better performance.
- Explain accessing a database from a JSP page.
- Explain the use of request and response objects in the communication between the browser and the web server in JSP.
- Explain the various type of implicit objects available to JSP page? Explain.
- Explain how to declare variable in JSP.
- How to declare methods in JSP?
- How to declare array in JSP? Give an example.
- Explain the various type of errors in JSP.
- How exception handling is done in java? Explain with suitable examples.
- How error handling and debugging are done in JSP? Explain with suitable example.
- What are sessions in JSP?
- How does JSP handle runtime exception ?
- How do we enable and disable session using JSP?
- Explain data sharing between JSP pages in detail.
- Write a difference between JSP and ASP.
- What are the steps for running JSP program in Tomcat server?
- Write a short note on the Following: 1. Database programing using JDBC. 2. Tomcat server
- What do you mean by JDBC? How it works?
- Explain the architecture of JDBC.
- What do you mean by driver? Explain the various type of JDBC Drivers.
- Write a note on struts framework. Write its features and advantage.
- What do you mean by servlet? Explain the life cycle of servlet.
- Write a note on 1.COM 2. DCOM
- Write a note on servlet package.
- Write a difference between dynamic web page, Static Web page and Active web Pages.
- Write the difference between COM and DCOM.
- Is COM same as DCOM? If not, what are the differences between them? Describe the importance of COM/DCOM in making commercial website.
- Write a note on CORBA.
What did you think?
Similar Reads
-
What is COM and DCOM?
Short Answer 1. COM (Component Object Model) COM is like a rule book for how pieces of computer programs can… -
How is Java Strongly Associated with Internet?
Short Answer Java is like a superhero of the internet world. When it first appeared, Java brought new powers to… -
Differences between Java and JavaScript
Java and JavaScript are two distinct programming languages that serve different purposes and have different capabilities. Despite the similarity in… -
What is CORBA in details
Short Answer CORBA stands for Common Object Request Broker Architecture. It's a way for different computer programs to talk to… -
Importance of COM/DCOM in making Commercial Website
Short Answer Imagine you want to build a super cool clubhouse, but instead of starting from scratch, you use parts… -
Difference between COM and DCOM
Short Answer COM (Component Object Model) and DCOM (Distributed Component Object Model) are both technologies from Microsoft. COM lets different… -
Difference between Dynamic web page, Static Web page and Active web Pages
Short Answer Static web pages are like pictures in a book. They look the same every time you see them.… -
A detailed note on Servlet Package
Short Answer The servlet package is a part of Java that helps you make web pages that can change based… -
Servlet and life cycle of Servlet
Short Answer A servlet is a Java program that runs on a web server. It helps websites interact with users… -
What is Struts framework? Write its features and advantage
Short Answer Struts is a framework for building web applications in Java. It helps developers create websites that can easily…