Is java – x Lang safe?

I often hear this question in discussions with Java developers They (Java developers) always ask if your choice is secure. I don't know how to respond

Solution

Soon: you can encounter different types of "security" in Java

>JVM level security (i.e. between two applications in the same JVM) > container level security (between two wars deployed in the same application server and the ability of the container to block calls from unauthorized clients) > application level security (more likely, it usually means using the authentication and authorization system of the framework)

But I don't think it's meaningful to ask "language x is safe" without more background

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>