July 11, 2011

Things to remember while developing a New programming language

  • Varibles
  • Keywords
  • Operators
  • Syntax
  • Conditional statements
  • Looping statements
  • Predefined functions
  • Garbage Collection (GC)  -->  It frees the memory of the unused variables.
  • Data Structures

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