2/23/11

Symbol Table in Java

Symbol Table Definition : In computer science, a symbol table is a data structure used by a language translator such as a compiler or interpreter, where each identifier in a program's source code is associated with information relating to its declaration or appearance in the source, such as its...

2/14/11

2/5/11

2/4/11

SQL : Structured Query Language (basics)

SQL stands for Structured Query Language is a database computer language used for managing data when used with application  in a Relational Database Management System (RDBMS). There are many database software available which used the same query language. Some of them are Oracle, My SQL,...