Torrent Downloads » Books » Ebooks » JavaScript: The Definitive Guide, 5th Edition {purestevil}release
Ebooks
JavaScript: The Definitive Guide, 5th Edition {purestevil}release
Torrent info
Torrent Files List
Torrent description
JavaScript: The Definitive Guide, 5th Edition
INFORMATION:
Author(s) : David Flanagan
Publisher : O'Reilly Media, Inc.; 5 edition
Date : 2006
Pages : 1018
Format : CHM
ISBN : 0596101996
O'Reilly books have a reputation among programmers for providing some of the best technical information for professionals. No exception, these three web-related books will only enhance O'Reilly's reputation. JavaScript is not Java, but it is very useful because JavaScript code does not need to be compiled and the scripts can be embedded directly into an HTML document. Flanagan's work is an excellent book for programmers interested in learning it quickly. Grand, meanwhile, provides an exceptionally clear discussion of Java itself that is particularly useful for a working programmer moving from C++ to Java. Threads are what makes Java a particularly useful language for multiprocessing?the ability to appear to do more than one thing at a time? which is what the Internet is all about. The tricky part of threads is that the concept is new for most users. Oaks offers a very clear discussion of how to spawn a process, when to spawn, and how to synchronize and schedule it, all illustrated with good network examples.