The difference is that you need to use the IncludeAction only if the action is going to be included by another action or jsp. Use ForwardAction to forward a req...
Feaures in 2.0:
Special folders to make integration easier.
navigation controls,
login controls,
new conrols,
Master page,
Website without IIS,
Pesonaliz...
Difference in output.
ex: if we forward from one.jsp to two.jsp the contents of only two.jsp will be generated .
if we include two.jsp in one.jsp the c...
Rolap : Relational Olap,these functionality are used in Business Objects.
Molap : Multi Dimensional Olap Functionality are used in Cognos.
Hloap : Hybrid Ola...
Diff between unix and linux is that linux is look alike of unix which is freely available.Linux is based on the principles of FSF(free software foundation) and...
Big difference is that debugging is conducted by a programmer and the programmer fix the errors during debugging phase. Tester never fixes the errors, but rathe...
Structs are value-type variables and are thus saved on the stack, additional overhead but faster retrieval. Another difference is that structs cannot inherit....
struct str1 { ... } ;
typedef struct { ... } str2 ;
Ans : The first form declares a structure tag whereas the second declares a typedef. The main difference i...