Java

Java vs. .NET Security

Denis Piliptchouk provides a side-by-side technical comparison of security features of Java v1.4.2/J2EE v1.4 (beta2) and .NET v1.1 platforms in ONJava.com: Java vs. .NET Security, Part 1 – the first part considers Security Configuration and Code Containment – Cryptography and Communication follows in Part 2 and Code Protection and Code Access Security, or CAS, is contained in the coming up Part 3, and Authentication and User Access Security, or UAS, in Part 4.

Average rating
(0 votes)

Similar entries

  • ONJava.com has the next part 4 of "Java vs. .NET Security" for User Authentication and Authorization up. The article compares the issues and techniques you can utilize in the respective technology. I like this article series….

  • Regular Expressions in Java

  • CVS Security Flaw

  • Before Ant, building and deploying Java applications required a hodgepodge of platform-specific scripts, makefiles, proprietary IDEs, or manual processes. Now, nearly every open source Java project uses Ant. A great number of companies use Ant for internal projects as well…

  • Running public web applications may seem like playing Russian roulette. Although achieving robust security on the Web is possible in theory, there's always a weak link in real life. It only takes one slip of the code to allow attackers…