July 11, 2011

Advantages of OOPS

  • Effective memory management
  • Class
  • Objects
  • Encapsulation
  • Polymorphism
  • Reuse  --> Time management, Resourse management
  • Easy to Maintain/Understand/Implement

1 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...