Get notified when this app is on sale or goes free [privacy policy]
Price History
Ranking - Education (iPad)
Learn Java for iPad
Jason Lim Junqun
[ This app is no longer available for download ]
** Special price of $0.99USD for a limited time.
** Do not purchase if you already know basic Java Programming.
Learn Java Programming in the quickest time possible with this concise app that teaches you all the essentials about Java programming.
Written for people who have NO background in programming or are beginners.
Learn Java Programming zooms in on the most essential concepts with EXAMPLES!
Soon, you can utilize your java skills in web programming, console programming, and of course Android apps programming!
We cover the following topics:
What is a Computer Program?
A First Java Application
Components of a Java Application
Variables
Input and Output
Operators
Type Casting
Selection - If Else & Switch
Scope of Variables
String Comparison
Loops - While, For, Do-While
Arrays
Arrays - Traversal
Methods
Methods Calling
Modularizing a program using Methods
Objects
Objects - Constructor
Objects - Sending Messages