Sunday, 5 May 2013
Thursday, 18 April 2013
Chrome Standalone installer | Chrome Offline installer | Google Chrome Setup
Hi everybody . Getting stressed because of slow internet connection . Now on top of that what if you need to install google chrome web browser with such a net connection. Adding to that how are you going to feel when you see that the installation failed when it was almost done - Start from the beginning .
Now this is where you really feel the importance of a Offline installer or a standalone installer. Google by default provides a option to install this software online.
Monday, 1 April 2013
POLYMORPHISM IN JAVA
Polymorphism is an important feature of object oriented programming. Polymorphism refers to the principle in which an object can exhibit different behaviors. Polymorphism provide improved code organization and readability as well as the creation of extensible programs. A subclass can show its own unique behavior and yet exhibit some of the functionality from its parent class.
Monday, 11 March 2013
SQL commands classification
SQL commands can be classified into four groups :-
- DDL - Data Definition Language :
- CREATE - Creates new table, view of tables and other objects in database
- ALTER - Used to modify or change an existing database objects such as tables.
- DROP - Used to delete tables or views or other object in the database.
Thursday, 7 March 2013
Saturday, 2 March 2013
Subscribe to:
Posts (Atom)