Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 7

Multiple Inheritance:

Multi Level Inheritance:

A is direct super class to B


B is direct super class to C
C is direct subclass to B
C is indirect sub class to A
A is indirect super class to C
B will get A class properties
And C will get A and B class Properties
Hierarichal Inheritance:
Hybrid Inheritance:

<SERVLET CODE=ServletName CODEBASE=path initparam1=initparamvalue


initparam2=initparam2value>
<PARAM NAME=name1 VALUE=value1>
<PARAM NAME=name2 VALUE=value2>
</SERVLET>

Scope /getAttr

Request

Session

Application  servlet context

Jsp-> java Server Pages


_jspintit();

_jspservice(httpservletrequest request,httopservletresponse response);

_jspdestroy();
2D –Array:
3D Array:

You might also like