I’m new in the world of Java Programming, still learning in-depth. And with time,
realizing why Java is the best among programming languages so far,
as a high OOP programming language.

Back when I asked one of my Mentors at the College about how to move from a normal
command-line program into a Visual Program in C++\C#, and he answered
me “that is too complex!”. But, Java exceeded all my expectations on that point,
moving into Visualization only requires adding two words !

example 1: command-line program

class program
{
...
}

 

example 2: visual-applet program

class program extends Applet
{
...

}

.. it’s one of many advantages, and thus was my choice to move.

Future Works:

– java.unsigned library that provides unsigned byte\short\int
.. and maybe unsigned long\float\double

– java.arabic library that provides arabic text processing tools,
.. for UTF-Arabic String, Encoding Arabic over ASCII code Byte Array, Files