s p o n s o r e d   l i n k s

Java programming

A PDA Enabled Wireless Interface for a Mobile Robot.pdf

September 24, 2008 · Filed Under Robotics & Automation · 1 Comment  · Tags: , ,

This project describes a wireless application that allows remote control of a robot. The application adopts an object-oriented philosophy in which every robot is a device represented by an object. The application runs in a PC with a web server. The interface is done using common Java GUI’s.

s p o n s o r e d   l i n k s


Object-Oriented Programming Using Java.pdf

November 7, 2007 · Filed Under Java, J2ME, J2EE · 6 Comments  · Tags:

Object-Oriented Programming Using Java, is intended for programmers that familiar with basic programming and introductory object-based programming in Java, also familiar with the various control constucts, Arrays (one and two dimensional), the concepts of class and object, input/output and the concept of classes and objects.

Practical Artificial Intelligence Programming in Java.pdf

November 7, 2007 · Filed Under Java, J2ME, J2EE · 3 Comments  · Tags: ,

Practical Artificial Intelligence Programming in Java.pdf, written by Mark Watson is written either for proffesional or hobbyist who want to learn Practical Artificial Intelligence in Java.

Essentials of the Java Programming Language.pdf

October 15, 2007 · Filed Under Java, J2ME, J2EE · 3 Comments  · Tags:

Table of Contents of Essentials of the Java Programming Language.pdf: Chapter 1 - Introduction ~ Chapter 2 - User Interaction ~ Chapter 3 - Arithmetic ~ Chapter 4 - Conditionals ~ Chapter 5 - Repetition ~ Chapter 6 - Strings ~ Chapter 7 - Arrays ~ Chapter 8 - Methods ~ Chapter 9 - Objects ~ Chapter 10 - Files ~ Chapter 11 - SearchandSort

The Java Language Specification, Third Edition.pdf

August 25, 2007 · Filed Under Java, J2ME, J2EE · 3 Comments  · Tags: ,

The Java Language Specification, Third Edition.pdf provides complete, accurate, and detailed coverage of the Java programming language. It provides full coverage of all new features added in since the previous edition including generics, annotations, asserts, autoboxing, enums, for each loops, variable arity methods and static import clauses.