Computing Concepts with Java Essentials

Computing Concepts with Java Essentials
Author: Cay S. Horstmann
Publisher:
Total Pages: 932
Release: 2003
Genre: Computers
ISBN:

Rather than exhaustively cover the entire language, the author focuses on a subset of Java--a lean and practical core that is manageable, yet detailed enough to create powerful Java applets. As readers master the basics of Java, they'll be developing solid programming skills that will increase effectiveness no matter which language they work with.

Computing Concepts with Java Essentials

Computing Concepts with Java Essentials
Author: Cay S. Horstmann
Publisher:
Total Pages: 642
Release: 1998
Genre: Computers
ISBN:

This unique book teaches you the fundamental concepts of good computer programming while introducing you to one of the most powerful languages in use today—Java! It gives you an ideal balance between programming concepts and the details of Java. Rather than exhaustively cover the entire language, the author focuses on a subset of Java—a lean and practical core that is manageable, yet detailed enough to create powerful Java applets. And as you master the basics of Java, you'll be developing solid programming skills that will increase your effectiveness no matter which language you work with! Includes a wealth of practical advice, tips, and reference material.

Java Concepts

Java Concepts
Author: Cay S. Horstmann
Publisher:
Total Pages: 996
Release: 2005-01-04
Genre: Computers
ISBN:

This fourth edition gives an accessible introduction to the Java language and a grounding in the fundamental computer science concepts. It includes expanded coverage of graphical user interfaces (GUIs) and Applets as well as updated examples and exercises.

Introduction to Computing & Programming in Java

Introduction to Computing & Programming in Java
Author: Mark Guzdial
Publisher: Prentice Hall
Total Pages: 558
Release: 2007
Genre: Computers
ISBN: 9780131496989

Mark Guzdial and Barb Ericson have a most effective method for teaching computing and Java programming in a context that readers find interesting: manipulating digital media. Readers get started right away by learning how to write programs that create interesting effects with sounds, pictures, web pages, and video. The authors use these multimedia applications to teach critical programming skills and principles like how to design and use algorithms, and practical software engineering methods–all in the context of learning how to program in Java. Mark and Barb also demonstrate how to communicate compatibly through networks and do concurrent programming. The book also includes optional coverage of rudimentary data structures and databases using Java and comes with a CD-ROM containing all the code files referenced in the text and required for media manipulation. Allows readers to use their own media, such as personal sound or picture files. Demonstrates how to manipulate media in useful ways, from reducing red eye and splicing sounds to generating digital video special effects. The book also includes optional coverage of rudimentary data structures and databases using Java and comes with a CD-ROM containing all the code files referenced in the text and required for media manipulation. For beginners interested in learning more about basic multimedia computing and programming.

Computing Concepts with Java 2 Essentials

Computing Concepts with Java 2 Essentials
Author: Cay S. Horstmann
Publisher:
Total Pages: 808
Release: 2000
Genre: Computers
ISBN:

This text uses Java to describe programming concepts, taking full advantage of Java's simpler and more consistent syntax. Its traditional approach uses modern CS tools including a strategic subset of Java and a simple object-oriented graphics library.

Java by Dissection

Java by Dissection
Author: Charlie McDowell
Publisher: Lulu.com
Total Pages: 470
Release: 2006
Genre: Computers
ISBN: 141165238X

This thorough introduction to the Java programming process features carefully developed working programs that clarify key features of the Java language. Each chapter includes executable complete programs and full working explanations.

Jython Essentials

Jython Essentials
Author: Samuele Pedroni
Publisher: "O'Reilly Media, Inc."
Total Pages: 304
Release: 2002-03-21
Genre: Computers
ISBN: 1449397778

Jython is an implementation of the Python programming language written in 100% pure Java, so it runs under any compliant Java Virtual Machine. The secret to Jython's popularity lies in the combination of Java's librariesand tools with Python's rapid development capabilities. With Jython, you can write Python programs that integrate seamlessly with any Java code. And like Python, Jython can be used interactively, so you can get immediate results as you are programming.Jython Essentials provides a solid introduction to the Python language, offering a brief but thorough tour of the Python concepts you'll need to understand to use Jython effectively. The book makes frequent comparisonsbetween Python and Java, with special emphasis on the different object-oriented semantics of the two languages, so Java programmers can quickly get up to speed with Jython.Jython Essentials also covers the various ways in which Jython and Java can interact. For example, Jython code can create instances of pre-existing Java classes and call methods in those instances. You can write Jython classes that are direct subclasses of existing Java classesand use introspection to discern the capabilities of JavaBeans components. This book provides examples of using Jython with existing Java libraries, including the Swing GUI toolkit, the JDBC database API, the Servlet API, and various XML tools. And finally, the book shows howJython can be used as a scripting language within a Java program.With Jython Essentials, you have everything you need to start creating applications that mix the best of Python's interactivity and Java's robust libraries.