You are on page 1of 2

DRIVE

PROGRAM

SUBJECT
NAME
BK ID
CREDIT
MARKS

CODE

ASSIGNMENT
SPRING DRIVE 2015
MBADS (SEM 4/SEM 6)
MBAFLEX/ MBA (SEM 4)
PGDISMN (SEM 2)
& MI0041 JAVA AND WEB DESIGN
B2016
4
60

Note: Answer all questions. Kindly note that answers for 10 marks questions should be
approximately of 400 words. Each question is followed by evaluation scheme.
Marks
Q.No Questions
a. List the features of web browsers with simple explanation
1

Total Marks

b. What is a TLD? Explain various commonly used TLDs.

Listing at least 5 features with its explanation


Describing TLD.
Explaining at least 4 TLDs

5
1
4

10

What are packages and what role do they play in Java? Also, discuss the various in-built
packages provided by Java.
Explaining about the directory; which explains the 10
10
role of packages, their types, and the in-built
packages provided by the Java API.

Write short notes on


a. Cascading style sheets
b. Javascript
a. Writing about CSS- inline styles,
external and internal style sheets, style
classes and multiple styles
b. Explaining about Javascript-its
operators, using arrays, variable,
control flow statements and functions

Write the description of the following methods of the StringBuffer Class


a. StringBuffer append (char ch[], int start_index, int length)
b. StringBuffer append(double d)
c. Void ensureCapacity(int capacity)

10

d. stringBuffer insert(int index, char ch[ ], int start_index, int length)


e. void setChatAt (int index, char ch)
2
Writing description to,
a. StringBuffer append (char ch[], int
start_index, int length)
2
b. StringBuffer append(double d)
2
c. Void ensureCapacity(int capacity)
d. stringBuffer insert(int index, char ch[ 2
], int start_index, int length)
2
e. void setChatAt (int index, char ch)
5

10

Explain the classes in Abstract Window Toolkit.


Explaining the five classes of AWT

10 (2 each)

10

Explain the servlet lifecycle with an example


Explaining 3 levels
Example

6
4

10

You might also like