What Is Java.

Home

Java is a general-purpose computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere" (WORA),[13] meaning that compiled Java code can run on all platforms that support Java without the need for recompilation.[14] Java applications are typically compiled to bytecode that can run on any Java virtual machine (JVM) regardless of computer architecture.

James Gosling is the creator of Java, a Graduate of Carnige Mellon University, and a resides in A hill in San Franscisco, California.

Processing is an open source programming language and integrated development environment (IDE) built for the electronic arts, new media art, and visual design communities with the purpose of teaching the fundamentals of computer programming in a visual context, and to serve as the foundation for electronic sketchbooks.

One of the stated aims of Processing is to act as a tool to get non-programmers started with programming, through the instant gratification of visual feedback.

Above you have a section of processing code that was used during a demonstration in class to create balls.

Coloured balls that bounce around.

Mothers day is right around the corner. Probably.

And to celebrate this annual event, I made a heart out of code.