Archive for the 'JAVA' Category

Java Programming

Tuesday, August 25th, 2009

Author: Ahamed

It is high-level object-oriented programming language developed by Sun Microsystems in 1995. It is very similar to C++. It was used for the project set top box, was created by James Gosling in 1991. It is the modified from the language Oak. Oak was unsuccessful in the market. So Sun modified this language and [...]

Online Java Programming Tutorial

Tuesday, August 25th, 2009

Author: Anand Ravindran
Online Java Tutorial. It is the need of the hour as the world slowly get stable economy and the programming options and learnings are again started.
Java is a very powerful language to be used in designing web applications. Java is a product of sun microsystems and helps in desining standalone applications web, applications, [...]

JAVA Class: Convert Number to Text

Thursday, March 19th, 2009

This is a part of program for converting number to text in indonesian language.
I use this program to complete my final project.
I hope this post help anyone who want to create program like this.
Thanks.
Here is the code:

private static String[] theNumber = {”nol”,
“satu”,
“dua”,
“tiga”,
“empat”,
“lima”,
“enam”,
“tujuh”,
“delapan”,
“sembilan”,
“sepuluh”,
“sebelas”
};
private String [...]