DECLARATION : declaration only creates the variable name and nothing exists against it. i.e no memory space is consumed.
eg. extern a;
DEFINITION : defi...
Yes. If more than one declaration is attached to a selector they must appear in a semi colon separated list, e.g.;
Selector {declaration1; declaration2}
P {...
Important declaration is a declaration with increased weight. Declaration with increased weight will override declarations with normal weight. If both reader's...
A declaration declares one or more variables or methods for use later in the JSP source file.
A declaration must contain at least one complete declarative stat...
Yes. If more than one declaration is attached to a selector they must appear in a semi colon separated list, e.g.;
Selector {declaration1; declaration2}
P {...
Important declaration is a declaration with increased weight. Declaration with increased weight will override declarations with normal weight. If both reader's...
In declaration we just mention the type of the variable and it's name. We do not initialize it. But defining means declaration + initialization.
e.g String s;...
A declaration declares one or more variables or methods for use later in the JSP source file.
A declaration must contain at least one complete declarative st...