Author's articles
Basics Of Telnet
By Pankaj Rattan · 14 years ago
Introduction:
Telnet is used to connect to remote machines through emulation. This means that
it can connect to a server, any server instantly because of it's ability to emulate (copy)
remote computers.
Lets Start:
In ...
Introduction To Oracle
By Pankaj Rattan · 14 years ago
Oracle is an object-relational database. A relational database is an extremely simple way of thinking about and managing the data used in a business. It is nothing more than a collection of table of data. ...