Escape From Java

eBook Download

BOOK EXCERPT:

The harrowing, triumphant true story of an antiquated light cruiser and its crew suddenly under fire in the Pacific as WWII erupted: “An engrossing tale.” —Naval Historical Foundation The old light cruiser Marblehead was living out her final years of naval service as a member of the United States Asiatic Fleet in 1941. The small group of mostly antiquated ships based in the Philippines sailed the waters of East Asia to show the American flag in places like China, Hong Kong, Japan, and Singapore. Then the sudden eruption of World War II in the Pacific put the warship on the front lines of the conflict as Imperial Japan unleased a series of devastating attacks across the region. On the morning of February 4, 1942, the warship was surprised by Japanese planes northeast of Java. Two large bombs slammed into Marblehead, causing fires and casualties and knocking out her steering gear. A third bomb exploded close by underwater. The near miss ripped a large gash into her hull, allowing a torrent of water to rush inside the ship. Escape from Java takes us throughout the ship as the story unfolds—next to gunners toiling to keep their guns firing, with medical staff tending to the wounded, and alongside damage control sailors working in flooded compartments. The Japanese confidently radioed that they had sunk the ship—but through courage, sacrifice, and superhuman effort, Marblehead would set out on a harrowing 13,000-mile journey back to the US . . . “An engrossing tale of an obsolescent ship’s survival amid great odds set against the brutal early fighting of the Pacific War. This book will appeal to a wide audience not only as high wartime adventure but simply as a story of gritty perseverance when the odds are heavily against.” —Naval Historical Foundation

Product Details :

Genre : History
Author : John J. Domagalski
Publisher : Pen and Sword Military
Release : 2022-03-24
File : 338 Pages
ISBN-13 : 9781526784445


Escape From Java And Other Tales Of Danger

eBook Download

BOOK EXCERPT:

Join intrepid heroes and dauntless heroines in their quest for survival against earthquakes, fire, floods and bombs! Live life on the edge with five stories of danger and adventure. Flee with Romi as he rides his cycle straight into the river to get away from a fearsome forest fire; listen in to Ruth’s hair-raising story of escape from rioting sepoys during the uprising of 1857; read about the author’s miraculous flight from Java as Japanese planes bombard the city; witness the havoc wreaked by the deadliest earthquake ever in Rakesh’s town, Shillong; and watch Sita combat a fatal flood. Written in Ruskin Bond’s inimitable style, with doses of humour and excitement, these extraordinary stories are simply unputdownable.

Product Details :

Genre : Juvenile Fiction
Author : Ruskin Bond
Publisher : Penguin UK
Release : 2015-02-06
File : 148 Pages
ISBN-13 : 9788184752878


The Java Language Specification

eBook Download

BOOK EXCERPT:

For nearly five years, one book has served as the definitive reference to Java for all serious developers: The Java Language Specification, by James Gosling, Bill Joy, and Guy Steele. Now, these world-renowned Java authorities (along with new co-author Gilad Bracha) have delivered a monumental update. This completely revised Second Edition covers the Java 2 Platform Standard Edition Version 1.3 with unprecedented depth and precision, offering the invaluable insights of Java's creators to every developer. There is no better source for learning everything about the Syntax and Semantics of the Java programming language. Developers will turn to this book again and again.

Product Details :

Genre : Computers
Author : James Gosling
Publisher : Addison-Wesley Professional
Release : 2000
File : 548 Pages
ISBN-13 : 0201310082


Escape From Java

eBook Download

BOOK EXCERPT:

Product Details :

Genre : World War, 1939-1945
Author : Harvey Haislip
Publisher :
Release : 1962
File : 344 Pages
ISBN-13 : WISC:89006362644


Java Demystified

eBook Download

BOOK EXCERPT:

Learn Java with this fun and painless self-teaching guide. Easy-to-understand, step-by-step instruction explains the most commonly used programming language for designing dynamic Web pages. Numerous examples, quizzes at the end of each chapter, and a final exam solidify the knowledge you have learned.

Product Details :

Genre : Computers
Author : Jim Keogh
Publisher : McGraw Hill Professional
Release : 2004-05-20
File : 355 Pages
ISBN-13 : 9780071469975


Java In Easy Steps 5th Edition

eBook Download

BOOK EXCERPT:

Java in easy steps instructs you how to easily create your own exciting Java programs. Now, updated for Java 8, it contains separate chapters on the major features of the Java language. Complete example programs with colorized code illustrate each important aspect of Java programming - all in easy steps. Now, in its fifth edition, Java in easy steps begins by explaining how to download and install the free Java Development Kit (JDK) for the Java SE (Standard Edition) platform. This allows you to quickly begin creating your own executable programs by copying the examples. This book assumes no previous knowledge of any programming language so it's ideal for the newcomer to computer programming. Each chapter builds your knowledge of Java. By the end of this book you will have gained a sound understanding of the Java language and be able to write your own Java programs and compile them into executable files that can be run on any Java-enabled computer.

Product Details :

Genre : Computers
Author : Mike McGrath
Publisher : In Easy Steps
Release : 2014-08-01
File : 330 Pages
ISBN-13 :


Java Tm 2 A Beginner S Guide

eBook Download

BOOK EXCERPT:

Bestselling author and programming guru Herb Schildt brings you Java 2 essentials in this newly updated introductory guide. Covering the latest I/O classes and features, this book teaches you Java 2 fundamentals through hands-on projects, end-of-module reviews, annotated code samples, and Q&A sections.

Product Details :

Genre : Computers
Author : Herbert Schildt
Publisher : McGraw Hill Professional
Release : 2002-12-16
File : 546 Pages
ISBN-13 : 9780072230413


Herb Schildt S Java Programming Cookbook

eBook Download

BOOK EXCERPT:

Your Ultimate "How-To" Guide to Java Programming! Legendary programming author Herb Schildt shares some of his favorite programming techniques in this high-powered Java "cookbook." Organized for quick reference, each recipe shows how to accomplish a practical programming task. A recipe begins with a list of key ingredients (the classes, methods, and interfaces) followed by step-by-step instructions that show how to assemble them into a complete solution. Detailed discussions explain the how and why behind each step, and a full code example puts the recipe into action. Each recipe ends with a list of options and alternatives that suggest ways to adapt the technique to fit a variety of situations. Whether you're a beginner or an experienced pro, you'll find recipes that are sure to satisfy your Java programming appetite! Topics include: String Handling Regular Expressions File Handling Applets Servlets Swing The Collections Framework Multithreading Formatting Data Learn how to: Find substrings that match a regular expression Use regular expressions to tokenize a string Compress and decompress data files Create a ZIP file Format time and date Use printf( ) to display formatted data Reverse, rotate, and shuffle a list Use a Comparator with a collection Create a simple Swing application Create a Swing-based applet Create a simple servlet Use a cookie with a servlet Synchronize threads Monitor a thread's state Set and obtain a thread's priority Use JScrollPane to automate scrolling Access a resource using HttpURLConnection Schedule a task for future execution Use reflection to dynamically create an object and call methods Much, much more

Product Details :

Genre : Computers
Author : Herbert Schildt
Publisher : McGraw Hill Professional
Release : 2007-11-26
File : 546 Pages
ISBN-13 : 9780071596442


Java Rules

eBook Download

BOOK EXCERPT:

Describes sections of the Java language specification (JLS) and the Java virtual machine specification (JVMS) that are of interest to mainstream business application programmers. The author progresses through literals, package declarations, import declarations, the static modifier, all of the primitive data types, the object class, the string class, iterators, and utility methods for arrays and other collections. c. Book News Inc.

Product Details :

Genre : Computers
Author : Douglas Dunn
Publisher : Addison-Wesley Professional
Release : 2002
File : 724 Pages
ISBN-13 : 0201709163


Object Oriented Programming In Java

eBook Download

BOOK EXCERPT:

"Object-Oriented Programming in Java 1.1" uses a hands-on approach to basic object-oriented programming as it teaches the Java language. The CD-ROM contains Sun's Java 1.1 Developer's Kit, ready-to-use applet, Java binaries, and all the source code from the book.

Product Details :

Genre : Computers
Author : Stephen Gilbert
Publisher :
Release : 1997
File : 998 Pages
ISBN-13 : UCSD:31822026392530