Why is java more secure?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kiran kumar mud
    New Member
    • Jun 2011
    • 1

    Why is java more secure?

    when compare to other languages y java can call as security

    language.please give the details about this.
  • Nepomuk
    Recognized Expert Specialist
    • Aug 2007
    • 3111

    #2
    There are various reasons, some of them being:
    • different to many other languages, Java runs in a virtual machine that allows only limited access to the host system
    • Java does not allow pointers, so you can not easily access data you shouldn't
    • the compiler catches more compiletime errors than those for most languages

    For more information, here you have an article on Java's security architecture.

    Greetings,
    Nepomuk

    Comment

    Working...