Posts

Showing posts from 2013

CRUD Simple Application Java Using Netbeans

Image
It's been a long time not to post a article.And today i'm gonna share simple application.This application i created when i was working a task from my teacher.This application is called "Nilai Mahasiswa" that is useful to calculate value of student.

Inheritance(IS-A) And Composition(HAS-A)

Image
When you make a complex program which use OOP(Object Oriented Programming) concept you will find many classes that are related with another class.We may have a question why we use many classes.The important key to use many class is we devide a large program into a small program that is related with each other to become a large program. To know the work way class that is related with another one is to understand two basic concept Inheritance and Composition is very important to understand.So take a look !

Simple Encapsulation in Java

Image
Last week I was taught about Encapsulation by my teacher.I've been knowing encapsulation when i started to read e-book java which is SCJP for Java 6.That's a good book to understand deeper about java.I suggest you to read the book. Today i'm gonna show you how to make your class to use encapsulation concept.First of all you have to understand why we must use encapsulation.Sometimes you create a class and you don't want some fields to be accessed by other class.There is a way to make your field cannot be accessed.You can use access modifier "private".Look at the code example :

Pass by Value and Pass Reference by Value

The basic of OOP(Object Oriented Programming) is to understand what is  Object and Class .Simply in java programming object is a representation from a class that has a behavior and a state that can be assigned a value.A class is the blueprint from which individual objects are created.It's a little bit confusing for now if you haven't learnt them.You can read them at here as a reference It might be at your school you got the lesson,but you still didn't understand so you're trying to look for it in the internet.I hope this post will help you understand it clearly.The best learning of programming is to try a example program and to figure it out.When i am studying about programming i always write a example program and think how the program works.

What is the Difference Between Prefix and Postfix Operators in Java

When I was learning Java at my school.I was taught about flowchart and pseudocode before I entered the syntax of java language itself.I knew Java at my school when my teacher taught me about algorithm.If you don't understand java,which is programming language,you can learn more here .I'm really exiceted to learn it because it is cross platform and high level programming .

My First Post

Hello all my brothers and sister,This is my first post about my profil first.I start to write this blog when i'm 18 years old.I love writing in English but i love indonesian as well.I want to devote my mind in this blog.Many things that i want to share like my experience,programming(i like to create program),and others( i can't explain) hehehe.... :D