| Home - Books - Reviews - Tutorials - Software - Download - Orders - Newsletter | |
| Subscribe here for our free email newsletter - monthly update |
Custom Search
|
The JAVA SourcebookBeginner's guide to Java programming language.
Java is an object-oriented programming language, similar to C++, used for programming web applications. If you want to know what it involves, to decide whether it is something in which you might want to develop skills, to gain understanding of concepts such as 'object orientation' and 'concurrent threads', this is a good starting point. If you then want to go on and actually learn Java, the text provides thorough coverage.
Creating Java applets is not trivial. An applet that displays an analogue clock face showing the system time, or an applet that displays sub-titles for a video clip takes over 100 lines of hefty code. I doubt many of us would want to get involved in this. It seems more likely that in the future we will use items from libraries of ready made applets. In fact something like this already happens in principle when we include check boxes and radio buttons in our HTML forms. It is also important to distinguish between Java applets and JavaScript. They are different. JavaScript is simpler and consists of program statements included directly in an HTML document and interpreted by the browser. On the other hand Java applets are first written in text using the Java programming language and then compiled into a separate runnable form that is referenced from the source document within applet tags. The Java Sourcebook is about the Java language. It will not help you at all with JavaScript. However, the material is well explained and very readable. This is definitely not one of those hurried and rather superficial texts about the World Wide Web. For once the cover text is accurate, "A Complete Guide to Creating Java Applets for the Web". © Robert Ward 1997 [more TECHNICAL books] Ed Anuff, The JAVA Sourcebook, New York: John Wiley and Sons, 1996, pp.498, ISBN 0471148598 |
|
| Home - Books - Reviews - Tutorials - Software - Download - Orders - Newsletter | |
|
Mantex - PO Box 100 - Manchester M20 6GZ - UK Tel: +44 0161 432 5811 — Email: info@mantex.co.uk Copyright © Mantex 2000—2007 |