Key Features that Make Java More Secure than Other Languages

Key Features that Make Java More Secure than Other Languages

1) No use of pointers
2) Exception handling concept
3) Defined order execution
4) Byte code is another thing that makes Java more secure 
5) Tested code re-usability
6) Access Control functionality
7) Protection from security attacks
8) Garbage collection mechanism
9) Type-safe reference casting in JVM

Thanks
 Pavan

Comments

Post a Comment

Popular posts from this blog

How to resolve session timeout issue in JAVA

Blog gives you enthusiasm,zeal

How to encode HTML in JAVA (Remove HTML from your text)