Good vs. Great Developer - Photo Source: donnafishter.com

It is said, Being a programmer is one thing, but being a developer is quite another. Same thought is valid for being a good developer or a great developer and in my opinion there are some skills and a good practices that makes a difference between the two. Maybe the most importantContinue Reading

Android Programming Language

Summary: A brief introduction related to Android. Where to download android SDK and what you need to install prior to start the development of an android application. Android is an operating system for mobile devices and it is developed by Google. It was initially developed for touchscreen devices like smartphones andContinue Reading

Java JDBC Framework

Java Database Connectivity (or simple JDBC) is an API for the Java programming language that defines how a java program may access data stored in a relational database. JDBC provides methods for querying and updating data in a database. For the first time, JDBC has been released by Sun Microsystems on FebruaryContinue Reading

Java Collection Framework

The Java Collections Framework is a unified set of classes and interfaces defined in the java.util package for storing collections. At the other side, a collection is a group of objects contained in a single element. To represent the various type of collections, the java.util package contains a group ofContinue Reading

Oracle buys Sun

Oracle Corporation is a multinational computer technology corporation that specializes in developing and marketing computer hardware systems and enterprise software products (particularly database management systems, or simple DBMS). Oracle Corporation was founded by Larry Ellison, Bob Miner and Ed Oates in Santa Clara, California on June 16th 1977. Sun MicrosystemsContinue Reading

C# programming language

C# was developed by Microsoft within its .NET initiative and later approved as a standard by Ecma (ECMA-334) and ISO (ISO/IEC 23270:2006). C# is one of the programming languages designed for the Common Language Infrastructure. It is intended to be a simple, modern, general-purpose, object-oriented programming language. Reference Source :Continue Reading

HTML programming language

Hyper Text Markup Language, or simple HTML isn’t really a programming language, it is a web browser language used to create simple websites. HTML is the main markup language for web pages. HTML is a set of markup symbols, inserted in a file, with the intent to display text andContinue Reading