Ready to Start Your Career?

January 1, 2016
Python Security Vs. Java Security

January 1, 2016
when we compare python and java which one is more secure????????????
depends on what you write with it :) In python everyone can see your code In java they can't (or not as easily) so in that sense java might keep you safer from some people, but if your program is well written, it shouldn't matter that they can see the code. And security through obscurity never works in the long run.
when we compare python and java which one is more secure????????????
Java is extremely secure if it is run in the same place as Python, and not executing untrusted bytecode in a browser plugin. Nobody runs unknown Python code on their machines. Java vs. Flash. vs. Javascript makes more sense as a comparison, because all three are used for executing untrusted code.