July 07, 2011

Points to consider while designing a Optimal solution

  • The program should be opt for various Inputs.
  • Minimize the number of loops in the program.
  • Minimize the use of Variables.
  • Consider the memory usage of the program.
  • Do proper testing in the 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...