Submitted Questions

  • Application Security

    How will you make sure to develop Java/J2EE projects/applications secured from hackers?Justify how Java projects are more secured than other languages?

    Monika Gupta

    • May 7th, 2012

    Java projects are more secured than other languages because after compilation of java program byte code is generated. And byte code is unreadable code. Any person cant read the byte code. then the project become more secure.

    suvojyotysaha

    • Apr 22nd, 2012

    J2EE application can be made secure by implementing: 1. Authentication 2. Authorization 3. Encrypt the information by making the transport guarantee as Confidential. Authentication verifies if the us...