Saturday, August 20, 2011

The Differences Between OOP & Structural Programming

More deeper about OOP, in this post Ar-Rohman Software House Team will explain about The Difference between OOP and Structural Programming. As we know that working with OOP is certainly different with Structural Programming. The differences can be seen in the following table,

Thursday, August 18, 2011

Why We Use Java ArrayList

This time Ar-Rohman Software House Team will discuss about The ArrayList where before we had wrote about Framework Collection in Java. OK, What is ArrayList ? Which Class that implements the interface List. ArrayList advantages compared with other types of data structure is its ability to be flexible. Flexible mean here is the number of index can be changed automatically when adding or reducing the element.

Monday, August 15, 2011

What OOP is

After several posting about Java, it’s not complete if Ar-Rohman Software House Team don’t posting about OOP (Object Oriented Programming) immediately. Therefore, this post is the beginning of the post about OOP. By the way, what is OOP ?

Sunday, August 14, 2011

Write One, Run Everywhere

Java Logo
The post title above is one of the main advantages when we use the Java software programming language. "Write One, Run Everywhere" meaning is when the Java program has been made then no longer have to worry it will run on any platform. Then, What about the mechanisms ?