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...
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...
The Clone() method returns a new array (a shallow copy) object containing all the elements in the original array. The CopyTo() method copies the elements into...
Structs are value-type variables and are thus saved on the stack, additional overhead but faster retrieval. Another difference is that structs cannot inherit....
The Clone() method returns a new array (a shallow copy) object containing all the elements in the original array. The CopyTo() method copies the elements into...
struct str1 { ... } ;
typedef struct { ... } str2 ;
Ans : The first form declares a structure tag whereas the second declares a typedef. The main difference i...