logo

Archive for the ‘IT Skills’ Category:

Php and its servers

php

PHP was originally an acronym for Personal Home Pages in 1994 but In 1997 PHP was modified as Hypertext Preprocessor. It is a server-side scripting language that powers some of the most popular websites in the world including WordPress and Facebook. It is an open source, relatively easy to learn, and works perfectly with MySQL, making it a…

PrintGoogle GmailFacebookBookmark/Favorites

Advantages of Hibernate in JAVA.

hibernate2

In this article, I am going to introduce concepts of hibernate framework with simplified examples. Hibernate was started in 2001 by Gavin King and it is an open source persistent framework. Hibernate is based on ORM(Object-Relational Mapping).Hibernate is a powerful , high performance Object-Relational persistence and query service for java application. An ORM tool simplifies…

PrintGoogle GmailFacebookBookmark/Favorites

Strong foundation of Application Development with ASP .NET MVC.

MVC (Model View Controller), a software design pattern used for developing web applications, which enforces separation of concerns – domain model & controller logic from the user interface & makes the maintenance & testing of the application simple & easy. Three main components of MVC Architecture are – Model, View & Controller. Model represents a…

PrintGoogle GmailFacebookBookmark/Favorites

Rain of convenience by Cloud Computing.

Cloud computing – a technology that is controlled by a central remote server through which our data can be maintained or exchanged. Cloud is the data warehouse which provides services to limited or unlimited number of people. In Cloud computing by means of internet anyone can share or use software without installation in our system…

PrintGoogle GmailFacebookBookmark/Favorites

Constructor in Java

Constructor is a special method in java. Constructor name must be same as class name and constructor do not have any return type but constructor may have any access specification level such as public private etc. Constructor in java cannot be abstract , static , final or synchronized. These Modifiers are not allowed for constructor…

PrintGoogle GmailFacebookBookmark/Favorites