Saturday, August 6, 2011

Java Collection Framework

Java Collection Framework
The Collection Framework is a unified architecture for representing and manipulating collections, allowing them to be manipulated independently of the details of their representation. It reduces software programming effort while increasing performance. It allows for interoperability among unrelated APIs, reduces effort in designing and learning new APIs, and fosters software reuse. The framework is based on fourteen collection interfaces. It includes implementations of these interfaces, and algorithms to manipulate them.

Friday, August 5, 2011

E-KTP, Solusi Masalah Kependudukan Indonesia

E-KTP atau KTP Elektronik, topik ini memang saat ini lumayan menjadi trend yang dibicarakan oleh banyak orang. Mulai dari media pemberitaan hingga para pemerhati masalah korupsi silih berganti mengeluarkan opini mengenai topik ini. Bermaksud mengeluarkan opini juga, pada postingan ini Tim Ar-Rohman Software House akan mencoba menggali sisi positif dari pengimplementasian E-KTP itu sendiri sebagai solusi untuk mengatasi masalah kependudukan di Indonesia.

Thursday, August 4, 2011

Algorithm Introduction Part 3 : Algorithm Writing

This post is the last part of the posts about The Algorithm Introduction. After we know about What Algorithm is and The Algorithm Characteristics, now let's we learn about The Algorithm Writing. Here are three kinds of algorithm writing that include:

Tuesday, August 2, 2011

Java's Terms

java's term
After learning about Java's Technology, let us now move to the next material about the Java’s Terms or it could be called as the Java Jargon. The terms that need to be understood at the level of the Java software programming language introduction can be seen in the table below.

Monday, August 1, 2011

Hello World !

Hello World, I really intrigued with this software programming terms. Why ? because this term is a simple software programming that always be learned by programmer when starting to learn software programming. You could say that Hello World is such a introduction program.