Pages

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.