Web Technology is the one of the most Important Subject of AKTU. This Subject provides you ability to Prepare Web Site, by providing you knowledge of JAVA, HTML,XML, JavaScript, JSP, JDBC connectivity, AJAX, etc. This subject consist of 5 Unit.
“Job Saarnee” is the leading platform which is going to provide you E solution for all the Subject related to Computer Science And Engineering Branch.
Table Of Content
- Syllabus Brief
- Important One Line or 2 marks Question of Web Technology with Solution (solution will provided soon)
- Most Frequently asked Question of Web Technology
- Last Year Paper Solution of Web Technology
Course Outcome ( CO) At the end of course , the student will be able to
CO 1 Explain web development Strategies and Protocols governing Web.
CO 2 Develop Java programs for window/web-based applications.
CO 3 Design web pages using HTML, XML, CSS and JavaScript.
CO 4 Creation of client-server environment using socket programming
CO 5 Building enterprise level applications and manipulate web databases using JDBC
CO 6 Design interactive web applications using Servlets and JSP
SYLLABUS
Unit I
Introduction: Introduction and Web Development Strategies, History of Web and Internet, Protocols Governing Web, Writing Web Projects, Connecting to Internet, Introduction to Internet services and tools, Introduction to client-server computing. Core Java: Introduction, Operator, Data type, Variable, Arrays, Methods & Classes, Inheritance, Package and Interface, Exception Handling, Multithread programming, I/O, Java Applet, String handling, Event handling, Introduction to AWT, AWT controls, Layout managers.
2 Marks Important Question
Click Here to Read More
Long Answer Important Question
Frequently Asked Important Question
Click Here to Read More
Video Lecture
Available Soon
UNIT II
Web Page Designing: HTML: List, Table, Images, Frames, forms, CSS, Document type definition,
XML: DTD, XML schemes, Object Models, presenting and using XML, Using XML Processors:
DOM and SAX, Dynamic HTML
2 Marks Important Question
Click Here to Read More
Long Answer Important Question
Frequently Asked Important Question
Click Here to Read More
Video Lecture
Available Soon
UNIT III
Scripting: Java script: Introduction, documents, forms, statements, functions, objects; introduction to
AJAX, Networking : Internet Addressing, Inet Address, Factory Methods, Instance Methods,
TCP/IP Client Sockets, URL, URL Connection, TCP/IP Server Sockets, Datagram.
2 Marks Important Question
Click Here to Read More
Long Answer Important Question
Click Here to Read More
Frequently Asked Important Question
Click Here to Read More
Video Lecture
Available Soon
UNIT IV
Enterprise Java Bean: Preparing a Class to be a JavaBeans, Creating a JavaBeans, JavaBeans
Properties, Types of beans, Stateful Session bean, Stateless Session bean, Entity bean
Java Database Connectivity (JDBC): Merging Data from Multiple Tables: Joining,
Manipulating, Databases with JDBC, Prepared Statements, Transaction Processing, Stored
Procedures.
2 Marks Important Question
Click Here to Read More
Long Answer Important Question
Click Here to Read More
Frequently Asked Important Question
Click Here to Read More
Video Lecture
Available Soon
UNIT V
Servlets: Servlet Overview and Architecture, Interface Servlet and the Servlet Life Cycle, Handling HTTP get Requests, Handling HTTP post Requests, Redirecting Requests to Other Resources, Session Tracking, Cookies, Session Tracking with Http Session Java Server Pages (JSP): Introduction, Java Server Pages Overview, A First Java Server Page Example, Implicit Objects, Scripting, Standard Actions, Directives, Custom Tag Libraries.
2 Marks Important Question
Click Here to Read More
Long Answer Important Question
Click Here to Read More
Frequently Asked Important Question
Click Here to Read More
Video Lecture
Available Soon
Web Technology Lab (KCS-652)
Course Outcome (CO) At the end of course , the student will be able to
CO1 Develop static web pages using HTML
CO 2 Develop Java programs for window/web-based applications.
CO 3 Design dynamic web pages using Java script and XML.
CO 4 Design dynamic web page using server site programming Ex. ASP/JSP/PHP
CO 5 Design server site applications using JDDC,ODBC and section tracking API
SYLLABUS
This lab is based on the Web Technologies. Some examples are as follows:
1. Write HTML/Java scripts to display your CV in navigator, your Institute website, Department Website and Tutorial website for specific subject.
2. Write an HTML program to design an entry form of student details and send it to store at database server like SQL, Oracle or MS Access.
Click here to View and Download the Program
3. Write programs using Java script for Web Page to display browsers information.
Click here to View and Download the Program
5. Write a Java applet to display the Application Program screen i.e. calculator and other.
Click here to View and Download the Program
6. Writing program in XML for creation of DTD, which specifies set of rules. Create a style sheet in CSS/ XSL & display the document in internet explorer.
Click here to View and Download the Program
7. Program to illustrate JDBC connectivity. Program for maintaining database by sending queries. Design and implement a simple servlet book query with the help of JDBC & SQL. Create MS Access Database, Create on ODBC link, Compile & execute JAVA JDVC Socket.
Click here to View and Download the Program
8. Install TOMCAT web server and APACHE. Access the above developed static web pages for books web site, using these servers by putting the web pages developed.
Click here to View and Download the Program
9. Assume four users user1, user2, user3 and user4 having the passwords pwd1, pwd2, pwd3 and pwd4 respectively. Write a servlet for doing the following. Create a Cookie and add these four user id’s and passwords to this Cookie. 2. Read the user id and passwords entered in the Login form and authenticate with the values available in the cookies.
Click here to View and Download the Program
10. Install a database (Mysql or Oracle). Create a table which should contain at least the following fields: name, password, email-id, phone number Write a java program/servlet/JSP to connect to that database and extract data from the tables and display them. Insert the details of the users who register with the web site, whenever a new user clicks the submit button in the registration page.
Click here to View and Download the Program
11. Write a JSP which insert the details of the 3 or 4 users who register with the web site by using registration form. Authenticate the user when he submits the login form using the user name and password from the database.
Click here to View and Download the Program
12. Design and implement a simple shopping cart example with session tracking API.
Click here to View and Download the Program