Saturday, December 18, 2010

ASP: Why in C Sharp or java not having Pointer ?

ASP: which is fast way of string concatation?

Why in C Sharp or java not having Pointer ?

Because in C Sharp CLR is Work Memory management.It will change location in milliseconds or Address is not Fixed.that's way not having pointer.This same thing in Java. Same work do in java By JVM.
ASPdotNET-Example