[go: up one dir, main page]

0% found this document useful (0 votes)
132 views2 pages

Web Technology KCS-602 PUT QP Even 21-22

Uploaded by

ananyasharma4014
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
132 views2 pages

Web Technology KCS-602 PUT QP Even 21-22

Uploaded by

ananyasharma4014
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

AKGEC/IAP/FM/03

Ajay Kumar Garg Engineering College, Ghaziabad


Department of CSE
Pre University Test
Course: B.Tech. Semester: VI
Session: 2021-22 Section: CSE-1, 2,3,CS
Subject: Web Technology Sub. Code: KCS-602
Max Marks:100 Time: 3 hours

OBE Remarks:
Q. No 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
CO No. 1 1 2 2 3 1 4 4 5 5 1 1 2 3 3 4 4 5 5 1
Bloom’s
Level* L1 L2 L3 L2 L1 L2 L2 L2 L2 L1 L3 L3 L4 L3 L3 L6 L4 L4 L6 L4
(L1 to L6)
Weightage CO4: 24 Weightage CO5: 24
*Bloom’s Level: L1: Remember, L2: Understand, L3: Apply, L4: Analyze, L5: Evaluate, L6:
Create
Note : Answer all the Sections.
Section-A (10*2 = 20)
1. Differentiate between world wide web and Internet.
2. What is the difference between local variable and instance variable in JAVA?
3. Define web page with its type. Discuss responsive web page with example.
4. Differentiate between DTD and XML Schema.
5. What is Regular Expression in javascript?
6. Describe garbage collection and its functioning.
7. What is session object in JSP?
8. List the different types of JDBC drivers.
9. Explain web.xml file.
10. What is JSP standard action?
Section-B
Attempt Any Three parts. (3*10 = 30)
11. What is Exception? Differentiate between checked exception and unchecked exception? Write
a java program for handling ArrayIndexOutOfBoundsException.
12. What are two types of stream used in I/O of JAVA? Specify corresponding classes of both
the streams. Write a Java program using BufferReader class to read a character from user and
display that character.
13. Discuss XML.Which technologies are used to define the structure of XML document?
Explain and demonstrate with an example.
14. Compare Java and JavaScript. Explain and demonstrate 5 different types of objects in
JavaScript with example.
15. Enlist and explain the different classes available in java.net package for performing network
communication. Write a java program for performing TCP (Socket and ServerSocket)
communication and sending data from client to server.
Section-C
Attempt all the parts. (5*10 = 50)
16. Attempt any one
a)Explain join concept with respect to merging data from multiple tables with example and
stored procedure with example.
b) How will you connect a Java Program to MySQL Database? Explain using a program.
Extract Faculty information (FacNo, Name, Designation and Salary) from MySQL database.
(Assume database name: FacDB and Table name:FacTable). Expain the program.

17. Attempt any one


a) Draw the diagram of EJB framework. Explain various components of EJB. List the
advantages of EJB.
b) Differentiate between Java Bean and Enterprise Java bean. Explain the different types of
Enterprise Java Bean available.Write a program for stateless session bean.

18. Attempt any one


a) Explain how cookies are used for performing session tracking in servlet. Write a program
for creating and reading Cookie in Servlet.
b) Differentiate between Get and Post methods of sending data to Server. Explain life cycle of
Servlet. Write a Servlet program that displays college name in Bold and Italic style.

19. Attempt any one


a) Explain any 5 implicit objects of JSP with respective class name and also write program
showing use of implicit objects.
b) What is JSP custom tag. Expain procedure of preparing a custom tag with example.

20. Attempt any one


a) What is the purpose of Layout manager? Briefly describe four types of Layouts in Java with
corresponding classes.
b) Explain Applet skeleton i.e. Applet structure with its various methods.
Write a Applet to display a student info (Name, Rollno, Branch).

*********

You might also like