July 08, 2011

Points to remember while developing a program

  • Don't Assume yourself about the result of the program.
  • Donot call any function inside any loop.This may reduce the performance and processing speed of the program.
  • Documenting the code is important when we design a program. It should be done before the classes and methods.
  • Documentation helps to maintain the program and i'll help for the  better understanding of program.

No comments:

Post a Comment

Connecting Java program to Database

It is very simple to establish a connection to the Database from a Java program          Class.forName("com.mysql.jdbc.Driver...