logo

Archive for the ‘IT Skills’ Category:

Career in IT? This will be going to help you for sure! – II

IT career

In my previous article, “Career in IT? This will be going to help you for sure!” I discussed about career opportunities in IT field and minimum requirements in the job aspirants to reach on the level where career in the IT field will commence. In this article, I will be discussing further progression in the…

PrintGoogle GmailFacebookBookmark/Favorites

Career in IT? This will be going to help you for sure!

IT

MCA, B.Tech. – CS/IT, M.Sc.- IT, BE or other graduate or post graduate degree holders have great career opportunities in IT field but the success is for those who identify the career prospects in the field. During the degree, most of students feel an easy access to the job market but they get disillusioned when…

PrintGoogle GmailFacebookBookmark/Favorites

Improve functionality of JAVA application by testing with JUnit.

Junit-logo

As stated in my previous post, Unit Testingis mainly focused on testing of each smallest logical unit of your Java/J2EE application. This unit may be a module, a package, a class or a file. Java Unit Testing includes generating test classes for your source code and executing it with different parameters to ensuring that your…

PrintGoogle GmailFacebookBookmark/Favorites

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