|
Java programming language was
JTurtle is a free educational
This first Java training
A guide to the use of
primarily developed to deal
programming tutor. It uses
lesson describes how to
conditionals in Java,
with embedded applications.
Java Bean Shell as a
create, compile and run your
covering if statements, else
But with the introduction of
scripting language.
first program using notepad
statements, else if, as well
Swing and other user
BeanShell is extremely easy
and the windows command
as switches.
interface utilities to Java,
to use for procedural
prompt. This focuses more on
it made its mark in desktop
programming, but it can also
teaching you how to get it
applications too. Now the
be used to teach Object
to work than on the function
trend is to use Java
Oriented programming as the
of the code, which will be
technology in developing
full Java programming
explained in a future
large web and enterprise
language is accessible.
lesson. This lesson is also
applications. Java is more
Notable Features:
*
demonstrated in a video.
focused on web then desktop
Uses BeanShell scripting
applications.
But, in
which allows for procedural
this article, we are going
programming or full on
to discuss how useful Java
Object Oriented Java.
*
is as a development
Has the ability to stop
technology for stand alone
running scripts.(useful to
desktop application
kill infinite loops in
development in present
scripts)
* Images can
scenario.
be saved as PNG files
*
Syntax hilighting via
jedit's JEditPane
component(Java, BeanShell,
& JTurtle API)
* JTurtle Javadoc viewable
from interface.
* GPL
license
Date: Jun, 04 2006 Date: May, 28 2012 Date: Dec, 10 2006 Date: Mar, 09 2005 |
|
Explains operators and simple
mathematical functions,
which operators take
priority over others, and
how to implement them in
code.
Date: Mar, 09 2005 |