Hi all,
I once read an article claiming that C# was a combination of C++ and Java. I was recently reading the MSDN article on .NET and it does seem that things like type-safe features and access restrictions which have always been there in Java are now in .NET. So what advantage does .NET exactly have over Java? Is it just the pointer manipulation advantage or more?