You should see this video if you are starting your career in programming or you are interested in programming. :)
Saturday, April 30, 2016
Larry Wall: 5 Programming Languages Everyone Should Know
You should see this video if you are starting your career in programming or you are interested in programming. :)
Subscribe to:
Posts (Atom)
Prototype
Prototype is another creation pattern. Intent: - Intent is to create objects by cloning existing instance - Specify the kinds of obj...

-
Sometimes we do some silly mistake unintentionally. Assuming replace() will replace first instance of String found in the entire String...
-
In case you are using tomcat on your local machine and using ant script to deploy your project war to tomcat webserver, this build script c...
-
Introduction: I have already provided a brief introduction in my previous post . So, here we are going to setup the ExtJS API and wa...