java和.net安全比较.

问题描述:

java和.net中的哪种语言提供了更高的安全性?

which of the language in java and .net provides more security ???

用布鲁斯·施耐尔(Bruce Schneier)的话说:系统绕过它们的边缘而不是攻击他们的中心".

因此,真正的问题不是哪种平台或语言更安全,而是您如何在该平台或语言的范围内计划,设计和实现安全性.

Java和.net平台在这方面都有同样好的设计和实现.
In the words of Bruce Schneier "System break around their edges not by attacking their center".

So the real question is not which platform or language is more secure but how you plan, design and implement your security within the confines of that platform or language.

Both Java and the .net platform have equally good designs and implementations in this regard.