Dec 22 2010 05:07 AM 4691 2 Realtime J2EE Project Code Standard Vinod G S What are the code standard used in J2EE project in real time? venkatjdv Profile Answers by venkatjdv Questions by venkatjdv Jan 7th, 2011 1. If you open the java object, you must close that object otherwise it is still in heap memory and it causes some exception and it may effect the performance of the project.2. Naming Conventions.... Answer Question Select Best Answer
Dec 22 2010 05:07 AM 4691 2 Realtime J2EE Project Code Standard Vinod G S What are the code standard used in J2EE project in real time? venkatjdv Profile Answers by venkatjdv Questions by venkatjdv Jan 7th, 2011 1. If you open the java object, you must close that object otherwise it is still in heap memory and it causes some exception and it may effect the performance of the project.2. Naming Conventions.... Answer Question Select Best Answer
venkatjdv Profile Answers by venkatjdv Questions by venkatjdv Jan 7th, 2011 1. If you open the java object, you must close that object otherwise it is still in heap memory and it causes some exception and it may effect the performance of the project.2. Naming Conventions....