Downloads & Free Reading Options - Results
Java Programming by Robert Burton
Read "Java Programming" by Robert Burton through these free online access and download options.
Books Results
Source: The Internet Archive
The internet Archive Search Results
Available books for downloads and borrow from The internet Archive
1An Introduction To Network Programming With Java
By Graba, Jan, 1952-
“An Introduction To Network Programming With Java” Metadata:
- Title: ➤ An Introduction To Network Programming With Java
- Author: Graba, Jan, 1952-
- Language: English
“An Introduction To Network Programming With Java” Subjects and Themes:
- Subjects: ➤ Internet programming - Java (Computer program language)
Edition Identifiers:
- Internet Archive ID: introductiontone0000grab
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 1190.22 Mbs, the file-s for this book were downloaded 43 times, the file-s went public at Thu Jun 14 2018.
Available formats:
ACS Encrypted EPUB - ACS Encrypted PDF - Abbyy GZ - Cloth Cover Detection Log - Contents - DjVuTXT - Djvu XML - Dublin Core - Item Tile - JSON - LCP Encrypted EPUB - LCP Encrypted PDF - Log - MARC - MARC Binary - Metadata - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Original JP2 Tar - Single Page Processed JP2 ZIP - Text PDF - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find An Introduction To Network Programming With Java at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
2Acp For Profit Institutional : Java Programming I: Java Programming I
“Acp For Profit Institutional : Java Programming I: Java Programming I” Metadata:
- Title: ➤ Acp For Profit Institutional : Java Programming I: Java Programming I
- Language: English
Edition Identifiers:
- Internet Archive ID: isbn_9781305035607
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 1034.02 Mbs, the file-s for this book were downloaded 7 times, the file-s went public at Tue Aug 10 2021.
Available formats:
ACS Encrypted PDF - Cloth Cover Detection Log - DjVuTXT - Djvu XML - Item Tile - JPEG Thumb - JSON - LCP Encrypted EPUB - LCP Encrypted PDF - Log - Metadata - OCR Page Index - OCR Search Text - PNG - Page Numbers JSON - Scandata - Single Page Original JP2 Tar - Single Page Processed JP2 ZIP - Text PDF - Title Page Detection Log - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find Acp For Profit Institutional : Java Programming I: Java Programming I at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
3Java Applets : Interactive Programming
By Boese, Elizabeth Sugar
“Java Applets : Interactive Programming” Metadata:
- Title: ➤ Java Applets : Interactive Programming
- Author: Boese, Elizabeth Sugar
- Language: English
“Java Applets : Interactive Programming” Subjects and Themes:
- Subjects: Java & variants - General - Computers - Computer Books: General - Java (Computer program language)
Edition Identifiers:
- Internet Archive ID: javaapplets2nded00eliz
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 930.77 Mbs, the file-s for this book were downloaded 74 times, the file-s went public at Wed Apr 03 2013.
Available formats:
ACS Encrypted EPUB - ACS Encrypted PDF - Abbyy GZ - Backup - Cloth Cover Detection Log - DjVuTXT - Djvu XML - Dublin Core - Item CDX Index - Item CDX Meta-Index - Item Tile - JPEG-Compressed PDF - JSON - LCP Encrypted EPUB - LCP Encrypted PDF - MARC - MARC Binary - MARC Source - Metadata - Metadata Log - OCLC xISBN JSON - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Original JP2 Tar - Single Page Processed JP2 ZIP - Text - Text PDF - WARC CDX Index - Web ARChive GZ - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find Java Applets : Interactive Programming at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
4Guide To Java : A Concise Introduction To Programming
By Streib, James T
358 pages : 24 cm
“Guide To Java : A Concise Introduction To Programming” Metadata:
- Title: ➤ Guide To Java : A Concise Introduction To Programming
- Author: Streib, James T
- Language: English
Edition Identifiers:
- Internet Archive ID: guidetojavaconci0000stre
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 596.39 Mbs, the file-s for this book were downloaded 31 times, the file-s went public at Fri May 12 2023.
Available formats:
ACS Encrypted PDF - Cloth Cover Detection Log - DjVuTXT - Djvu XML - Dublin Core - Extra Metadata JSON - Item Tile - JPEG Thumb - JSON - LCP Encrypted EPUB - LCP Encrypted PDF - Log - MARC - MARC Binary - Metadata - Metadata Log - OCR Page Index - OCR Search Text - PNG - Page Numbers JSON - RePublisher Final Processing Log - RePublisher Initial Processing Log - Scandata - Single Page Original JP2 Tar - Single Page Processed JP2 ZIP - Text PDF - Title Page Detection Log - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find Guide To Java : A Concise Introduction To Programming at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
5Microsoft Research Audio 103534: Deterministic Parallel Java: Towards Deterministic-by-default Parallel Programming
By Microsoft Research
One important feature of a parallel programming model is deterministic semantics: that is, a program produces the same output on every execution with a given input, regardless of the parallel schedule chosen. Determinism makes parallel programs much easier to write, understand, debug, and maintain. Further, many (though not all) parallel programs are, in fact, intended to have deterministic semantics. However, general-purpose languages, particularly those that allow arbitrary updates to shared data, typically do not guarantee determinism, leaving the burden on the programmer to ensure that the program is correctly synchronized. In this talk, I will present Deterministic Parallel Java (DPJ), an extension of the Java programming language that guarantees deterministic semantics in the presence of aliasing and updates to shared mutable objects. An important consequence of deterministic semantics is that a working sequential program needs no further testing after parallelization with DPJ. In DPJ, the programmer partitions the heap into regions and annotates method definitions with read and write effects on those regions. The programmer also explicitly marks parallel tasks and synchronization points. The compiler checks that the method effects are correctly summarized, and that the program is correctly synchronized to ensure determinism. I will describe the core language features, illustrate them with examples, and describe the results of an initial evaluation of the language. I will also describe ongoing work, including features we plan to add to the language. ©2009 Microsoft Corporation. All rights reserved.
“Microsoft Research Audio 103534: Deterministic Parallel Java: Towards Deterministic-by-default Parallel Programming” Metadata:
- Title: ➤ Microsoft Research Audio 103534: Deterministic Parallel Java: Towards Deterministic-by-default Parallel Programming
- Author: Microsoft Research
- Language: English
“Microsoft Research Audio 103534: Deterministic Parallel Java: Towards Deterministic-by-default Parallel Programming” Subjects and Themes:
- Subjects: ➤ Microsoft Research - Microsoft Research Audio MP3 Archive - John Feo - Robert Bocchino
Edition Identifiers:
- Internet Archive ID: ➤ Microsoft_Research_Audio_103534
Downloads Information:
The book is available for download in "audio" format, the size of the file-s is: 60.91 Mbs, the file-s for this book were downloaded 5 times, the file-s went public at Sat Nov 23 2013.
Available formats:
Archive BitTorrent - Item Tile - Metadata - Ogg Vorbis - PNG - VBR MP3 -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find Microsoft Research Audio 103534: Deterministic Parallel Java: Towards Deterministic-by-default Parallel Programming at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
6DPJ 5018 - Programming In JAVA
By Faculty of Engineering and Technology, FET
Trimester 2 2016/2017
“DPJ 5018 - Programming In JAVA” Metadata:
- Title: DPJ 5018 - Programming In JAVA
- Author: ➤ Faculty of Engineering and Technology, FET
- Language: English
Edition Identifiers:
- Internet Archive ID: mmu-eprint-502
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 4.95 Mbs, the file-s for this book were downloaded 11 times, the file-s went public at Sun May 05 2024.
Available formats:
Additional Text PDF - Archive BitTorrent - DjVuTXT - Djvu XML - Image Container PDF - Item Tile - Metadata - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Processed JP2 ZIP - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find DPJ 5018 - Programming In JAVA at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
7DPJ 5018 - Programming In Java
By Centre for Diploma Programmes, CDP
Tri 2 2017/2018
“DPJ 5018 - Programming In Java” Metadata:
- Title: DPJ 5018 - Programming In Java
- Author: ➤ Centre for Diploma Programmes, CDP
- Language: English
Edition Identifiers:
- Internet Archive ID: mmu-eprint-9225
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 4.85 Mbs, the file-s for this book were downloaded 14 times, the file-s went public at Sun May 05 2024.
Available formats:
Additional Text PDF - Archive BitTorrent - DjVuTXT - Djvu XML - Image Container PDF - Item Tile - Metadata - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Processed JP2 ZIP - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find DPJ 5018 - Programming In Java at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
8Unit 1 M255 Object-oriented Programming With Java 2nd Edition By The M255 Course Team [2008] {005.133--oclc}
By The M255 Course Team
scan of unit Unit 1 M255 Object-oriented programming with Java 2nd editionby The M255 Course Team [2008] {005.133--oclc}
“Unit 1 M255 Object-oriented Programming With Java 2nd Edition By The M255 Course Team [2008] {005.133--oclc}” Metadata:
- Title: ➤ Unit 1 M255 Object-oriented Programming With Java 2nd Edition By The M255 Course Team [2008] {005.133--oclc}
- Author: The M255 Course Team
- Language: English
“Unit 1 M255 Object-oriented Programming With Java 2nd Edition By The M255 Course Team [2008] {005.133--oclc}” Subjects and Themes:
- Subjects: ➤ Fundamental hardware and software concepts - Object technology - The origins of Java - Programming with objects - Exploring objects in a microworld - Classes as software components
Edition Identifiers:
- Internet Archive ID: Unit1M255OU2006
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 427.07 Mbs, the file-s for this book were downloaded 35 times, the file-s went public at Wed Dec 20 2023.
Available formats:
Additional Text PDF - Archive BitTorrent - DjVuTXT - Djvu XML - Image Container PDF - Item Tile - Metadata - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Processed JP2 ZIP - Text PDF - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find Unit 1 M255 Object-oriented Programming With Java 2nd Edition By The M255 Course Team [2008] {005.133--oclc} at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
9Modern Programming Made Easy : Using Java, Scala, Groovy, And JavaScript
By Davis, Adam L. author
scan of unit Unit 1 M255 Object-oriented programming with Java 2nd editionby The M255 Course Team [2008] {005.133--oclc}
“Modern Programming Made Easy : Using Java, Scala, Groovy, And JavaScript” Metadata:
- Title: ➤ Modern Programming Made Easy : Using Java, Scala, Groovy, And JavaScript
- Author: Davis, Adam L. author
- Language: English
“Modern Programming Made Easy : Using Java, Scala, Groovy, And JavaScript” Subjects and Themes:
- Subjects: ➤ Computer programming - Computer software -- Development - Java (Computer program language)
Edition Identifiers:
- Internet Archive ID: modernprogrammin0000davi
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 329.39 Mbs, the file-s for this book were downloaded 12 times, the file-s went public at Sun Sep 24 2023.
Available formats:
ACS Encrypted PDF - Cloth Cover Detection Log - DjVuTXT - Djvu XML - Dublin Core - Item Tile - JPEG Thumb - LCP Encrypted EPUB - LCP Encrypted PDF - Log - MARC - Metadata - OCR Page Index - OCR Search Text - PNG - Page Numbers JSON - RePublisher Final Processing Log - RePublisher Initial Processing Log - Scandata - Single Page Original JP2 Tar - Single Page Processed JP2 ZIP - Text PDF - Title Page Detection Log - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find Modern Programming Made Easy : Using Java, Scala, Groovy, And JavaScript at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
10Object-oriented-programming-using-java
By www.freepdfpost.blogspot.com
OOP is very best book Object Oriented Programming
“Object-oriented-programming-using-java” Metadata:
- Title: ➤ Object-oriented-programming-using-java
- Author: www.freepdfpost.blogspot.com
- Language: English
Edition Identifiers:
- Internet Archive ID: ➤ object-oriented-programming-using-java
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 192.58 Mbs, the file-s for this book were downloaded 3741 times, the file-s went public at Thu Apr 09 2015.
Available formats:
Abbyy GZ - Animated GIF - Archive BitTorrent - Daisy - DjVu - DjVuTXT - Djvu XML - EPUB - JPEG Thumb - Metadata - Scandata - Single Page Processed JP2 ZIP - Text PDF - Unknown -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find Object-oriented-programming-using-java at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
11Raspberry Pi With Java : Programming The Internet Of Things (IoT)
By Chin, Stephen, 1977- author
OOP is very best book Object Oriented Programming
“Raspberry Pi With Java : Programming The Internet Of Things (IoT)” Metadata:
- Title: ➤ Raspberry Pi With Java : Programming The Internet Of Things (IoT)
- Author: Chin, Stephen, 1977- author
- Language: English
“Raspberry Pi With Java : Programming The Internet Of Things (IoT)” Subjects and Themes:
- Subjects: ➤ Raspberry Pi (Computer) - Java (Computer program language) - Internet of things - Computer programming
Edition Identifiers:
- Internet Archive ID: raspberrypiwithj0000chin
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 697.87 Mbs, the file-s for this book were downloaded 61 times, the file-s went public at Wed Sep 01 2021.
Available formats:
ACS Encrypted PDF - Cloth Cover Detection Log - DjVuTXT - Djvu XML - Dublin Core - Item Tile - JPEG Thumb - JSON - LCP Encrypted EPUB - LCP Encrypted PDF - Log - MARC - MARC Binary - Metadata - OCR Page Index - OCR Search Text - PNG - Page Numbers JSON - Scandata - Single Page Original JP2 Tar - Single Page Processed JP2 ZIP - Text PDF - Title Page Detection Log - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find Raspberry Pi With Java : Programming The Internet Of Things (IoT) at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
12Java 17 For Absolute Beginners Learn The Fundamentals Of Java Programming Apress ( 2022)
By Iuliana Cosmina
Java Programming for absolute beginners
“Java 17 For Absolute Beginners Learn The Fundamentals Of Java Programming Apress ( 2022)” Metadata:
- Title: ➤ Java 17 For Absolute Beginners Learn The Fundamentals Of Java Programming Apress ( 2022)
- Author: Iuliana Cosmina
- Language: English
“Java 17 For Absolute Beginners Learn The Fundamentals Of Java Programming Apress ( 2022)” Subjects and Themes:
- Subjects: Java - Programming
Edition Identifiers:
- Internet Archive ID: ➤ iuliana-cosmina-java-17-for-absolute-beginners-learn-the-fundamentals-of-java-pr
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 22.57 Mbs, the file-s for this book were downloaded 307 times, the file-s went public at Wed Aug 17 2022.
Available formats:
Archive BitTorrent - Daisy - DjVuTXT - Djvu XML - EPUB - Item Tile - Metadata - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Processed JP2 ZIP - Text PDF - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find Java 17 For Absolute Beginners Learn The Fundamentals Of Java Programming Apress ( 2022) at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
13Java : An Introduction To Problem Solving & Programming
By Savitch, Walter J., 1943-2021, author
Java Programming for absolute beginners
“Java : An Introduction To Problem Solving & Programming” Metadata:
- Title: ➤ Java : An Introduction To Problem Solving & Programming
- Author: ➤ Savitch, Walter J., 1943-2021, author
- Language: English
“Java : An Introduction To Problem Solving & Programming” Subjects and Themes:
Edition Identifiers:
- Internet Archive ID: javaintroduction0000savi_r5h5
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 2232.58 Mbs, the file-s for this book were downloaded 361 times, the file-s went public at Tue Jul 12 2022.
Available formats:
ACS Encrypted PDF - AVIF Thumbnails ZIP - Cloth Cover Detection Log - DjVuTXT - Djvu XML - Dublin Core - Item Tile - JPEG Thumb - JSON - LCP Encrypted EPUB - LCP Encrypted PDF - Log - MARC - MARC Binary - Metadata - OCR Page Index - OCR Search Text - PNG - Page Numbers JSON - RePublisher Final Processing Log - RePublisher Initial Processing Log - Scandata - Single Page Original JP2 Tar - Single Page Processed JP2 ZIP - Text PDF - Title Page Detection Log - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find Java : An Introduction To Problem Solving & Programming at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
14Java Programming : Advanced Topics
By Wigglesworth, J. (Joe)
Java Programming for absolute beginners
“Java Programming : Advanced Topics” Metadata:
- Title: ➤ Java Programming : Advanced Topics
- Author: Wigglesworth, J. (Joe)
- Language: English
“Java Programming : Advanced Topics” Subjects and Themes:
- Subjects: ➤ Computer programming - Java (Computer program language) - Java (langage de programmation)
Edition Identifiers:
- Internet Archive ID: javaprogramminga0000wigg
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 1580.70 Mbs, the file-s for this book were downloaded 543 times, the file-s went public at Mon Sep 30 2019.
Available formats:
ACS Encrypted EPUB - ACS Encrypted PDF - Abbyy GZ - Cloth Cover Detection Log - DjVuTXT - Djvu XML - Dublin Core - Item Tile - JPEG Thumb - JSON - LCP Encrypted EPUB - LCP Encrypted PDF - Log - MARC - MARC Binary - Metadata - OCR Page Index - OCR Search Text - PNG - Page Numbers JSON - Scandata - Single Page Original JP2 Tar - Single Page Processed JP2 ZIP - Text PDF - Title Page Detection Log - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find Java Programming : Advanced Topics at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
15Object Concepts Unit 2 M255 Object-oriented Programming With Java 2nd Edition By The M255 Course Team [2008] {005.133--oclc}
By The M255 Course Team
scan of unit Object concepts Unit 2 M255 Object-oriented programming with Java 2nd edition by The M255 Course Team [2008] {005.133--oclc}
“Object Concepts Unit 2 M255 Object-oriented Programming With Java 2nd Edition By The M255 Course Team [2008] {005.133--oclc}” Metadata:
- Title: ➤ Object Concepts Unit 2 M255 Object-oriented Programming With Java 2nd Edition By The M255 Course Team [2008] {005.133--oclc}
- Author: The M255 Course Team
- Language: English
“Object Concepts Unit 2 M255 Object-oriented Programming With Java 2nd Edition By The M255 Course Team [2008] {005.133--oclc}” Subjects and Themes:
- Subjects: ➤ Classes and protocols - Classes and subclasses - Message arguments - Message answers - Equiry messages - Collaborating objects - A bank account class
Edition Identifiers:
- Internet Archive ID: ➤ ObjectconceptsUnit2M255_2ndedOU2008
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 344.64 Mbs, the file-s for this book were downloaded 37 times, the file-s went public at Wed Dec 20 2023.
Available formats:
Additional Text PDF - Archive BitTorrent - DjVuTXT - Djvu XML - Image Container PDF - Item Tile - Metadata - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Processed JP2 ZIP - Text PDF - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find Object Concepts Unit 2 M255 Object-oriented Programming With Java 2nd Edition By The M255 Course Team [2008] {005.133--oclc} at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
16Sanet.st The Little Java Book Of Adventure Game Programming
This is a helpful resource for anyone trying to program text adventure games. There are very few alternatives to purchase this book digitally and even harder to find generally speaking.
“Sanet.st The Little Java Book Of Adventure Game Programming” Metadata:
- Title: ➤ Sanet.st The Little Java Book Of Adventure Game Programming
- Language: English
“Sanet.st The Little Java Book Of Adventure Game Programming” Subjects and Themes:
- Subjects: java - game programming
Edition Identifiers:
- Internet Archive ID: ➤ sanet.st-the-little-java-book-of-adventure-game-programming
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 73.84 Mbs, the file-s for this book were downloaded 13 times, the file-s went public at Tue Jun 10 2025.
Available formats:
Archive BitTorrent - DjVuTXT - Djvu XML - Item Tile - Metadata - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Processed JP2 ZIP - Text PDF - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find Sanet.st The Little Java Book Of Adventure Game Programming at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
17Domino 5 Web Programming With XML, Java, And JavaScript
By Tamura, Randall A
This is a helpful resource for anyone trying to program text adventure games. There are very few alternatives to purchase this book digitally and even harder to find generally speaking.
“Domino 5 Web Programming With XML, Java, And JavaScript” Metadata:
- Title: ➤ Domino 5 Web Programming With XML, Java, And JavaScript
- Author: Tamura, Randall A
- Language: English
“Domino 5 Web Programming With XML, Java, And JavaScript” Subjects and Themes:
- Subjects: Internet programming - Web sites -- Design - XML (Document markup language) - Java (Computer program language)
Edition Identifiers:
- Internet Archive ID: domino5webprogra0000tamu
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 2193.05 Mbs, the file-s for this book were downloaded 17 times, the file-s went public at Wed Aug 03 2022.
Available formats:
ACS Encrypted PDF - AVIF Thumbnails ZIP - Cloth Cover Detection Log - DjVuTXT - Djvu XML - Dublin Core - Item Tile - JPEG Thumb - JSON - LCP Encrypted EPUB - LCP Encrypted PDF - Log - MARC - MARC Binary - Metadata - OCR Page Index - OCR Search Text - PNG - Page Numbers JSON - RePublisher Final Processing Log - RePublisher Initial Processing Log - Scandata - Single Page Original JP2 Tar - Single Page Processed JP2 ZIP - Text PDF - Title Page Detection Log - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find Domino 5 Web Programming With XML, Java, And JavaScript at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
18An Introduction To Object-Oriented Programming With Java OLC Bi-Card
By C. Thomas Wu
This is a helpful resource for anyone trying to program text adventure games. There are very few alternatives to purchase this book digitally and even harder to find generally speaking.
“An Introduction To Object-Oriented Programming With Java OLC Bi-Card” Metadata:
- Title: ➤ An Introduction To Object-Oriented Programming With Java OLC Bi-Card
- Author: C. Thomas Wu
- Language: English
Edition Identifiers:
- Internet Archive ID: introductiontoob00ctho
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 2647.25 Mbs, the file-s for this book were downloaded 31 times, the file-s went public at Mon Apr 15 2013.
Available formats:
ACS Encrypted EPUB - ACS Encrypted PDF - Abbyy GZ - Backup - Cloth Cover Detection Log - DjVuTXT - Djvu XML - Item CDX Index - Item CDX Meta-Index - Item Tile - JSON - LCP Encrypted EPUB - LCP Encrypted PDF - MARC Source - Metadata - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Original JP2 Tar - Single Page Processed JP2 ZIP - Text - Text PDF - WARC CDX Index - Web ARChive GZ - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find An Introduction To Object-Oriented Programming With Java OLC Bi-Card at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
19Java Internet Programming Reference Guide
By Power Source Multimedia U.S.A
"Step by step JAVA programming tutorials, HTML reserved words manual, Netscape JAVA & AWT detailed source codes, ... All interactive!"
“Java Internet Programming Reference Guide” Metadata:
- Title: ➤ Java Internet Programming Reference Guide
- Author: Power Source Multimedia U.S.A
- Language: English
“Java Internet Programming Reference Guide” Subjects and Themes:
Edition Identifiers:
- Internet Archive ID: ➤ cdrom-JavaInternetProgrammingReferenceGuide
Downloads Information:
The book is available for download in "software" format, the size of the file-s is: 31.91 Mbs, the file-s for this book were downloaded 550 times, the file-s went public at Thu Jun 15 2017.
Available formats:
Archive BitTorrent - ISO Image - Item Tile - JPEG - JPEG Thumb - Metadata -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find Java Internet Programming Reference Guide at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
20Professional Java Mobile Programming
"Step by step JAVA programming tutorials, HTML reserved words manual, Netscape JAVA & AWT detailed source codes, ... All interactive!"
“Professional Java Mobile Programming” Metadata:
- Title: ➤ Professional Java Mobile Programming
- Language: English
“Professional Java Mobile Programming” Subjects and Themes:
- Subjects: ➤ Mobile computing - Java (Computer program language)
Edition Identifiers:
- Internet Archive ID: professionaljava0000unse_n9a6
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 2006.00 Mbs, the file-s for this book were downloaded 25 times, the file-s went public at Wed Apr 20 2022.
Available formats:
ACS Encrypted PDF - AVIF Thumbnails ZIP - Cloth Cover Detection Log - DjVuTXT - Djvu XML - Dublin Core - EPUB - Item Tile - JPEG Thumb - JSON - LCP Encrypted EPUB - LCP Encrypted PDF - Log - MARC - MARC Binary - Metadata - OCR Page Index - OCR Search Text - PNG - Page Numbers JSON - RePublisher Final Processing Log - RePublisher Initial Processing Log - Scandata - Single Page Original JP2 Tar - Single Page Processed JP2 ZIP - Text PDF - Title Page Detection Log - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find Professional Java Mobile Programming at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
21TS 101 476 - V7.5.0 - Digital Cellular Telecommunications System (Phase 2+); Subscriber Identity Module Application Programming Interface (SIM API); SIM API For Java CardTM; (3GPP TS 03.19 Version 7.5.0 Release 1998)
By European Telecommunications Standards Institute
"Step by step JAVA programming tutorials, HTML reserved words manual, Netscape JAVA & AWT detailed source codes, ... All interactive!"
“TS 101 476 - V7.5.0 - Digital Cellular Telecommunications System (Phase 2+); Subscriber Identity Module Application Programming Interface (SIM API); SIM API For Java CardTM; (3GPP TS 03.19 Version 7.5.0 Release 1998)” Metadata:
- Title: ➤ TS 101 476 - V7.5.0 - Digital Cellular Telecommunications System (Phase 2+); Subscriber Identity Module Application Programming Interface (SIM API); SIM API For Java CardTM; (3GPP TS 03.19 Version 7.5.0 Release 1998)
- Author: ➤ European Telecommunications Standards Institute
- Language: English
Edition Identifiers:
- Internet Archive ID: etsi_ts_101_476_v07.05.00
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 10.94 Mbs, the file-s for this book were downloaded 107 times, the file-s went public at Sat Aug 24 2013.
Available formats:
Abbyy GZ - Animated GIF - Archive BitTorrent - DjVu - DjVuTXT - Djvu XML - Item Tile - Metadata - Scandata - Single Page Processed JP2 ZIP - Text PDF -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find TS 101 476 - V7.5.0 - Digital Cellular Telecommunications System (Phase 2+); Subscriber Identity Module Application Programming Interface (SIM API); SIM API For Java CardTM; (3GPP TS 03.19 Version 7.5.0 Release 1998) at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
22TS 102 588 - V7.2.0 - Smart Cards; Application Invocation Application Programming Interface (API) By A UICC Webserver For Java Card™ Platform; (Release 7)
By European Telecommunications Standards Institute
"Step by step JAVA programming tutorials, HTML reserved words manual, Netscape JAVA & AWT detailed source codes, ... All interactive!"
“TS 102 588 - V7.2.0 - Smart Cards; Application Invocation Application Programming Interface (API) By A UICC Webserver For Java Card™ Platform; (Release 7)” Metadata:
- Title: ➤ TS 102 588 - V7.2.0 - Smart Cards; Application Invocation Application Programming Interface (API) By A UICC Webserver For Java Card™ Platform; (Release 7)
- Author: ➤ European Telecommunications Standards Institute
- Language: English
“TS 102 588 - V7.2.0 - Smart Cards; Application Invocation Application Programming Interface (API) By A UICC Webserver For Java Card™ Platform; (Release 7)” Subjects and Themes:
- Subjects: smart card - API
Edition Identifiers:
- Internet Archive ID: etsi_ts_102_588_v07.02.00
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 4.17 Mbs, the file-s for this book were downloaded 148 times, the file-s went public at Sat Aug 24 2013.
Available formats:
Abbyy GZ - Animated GIF - Archive BitTorrent - DjVu - DjVuTXT - Djvu XML - Item Tile - Metadata - Scandata - Single Page Processed JP2 ZIP - Text PDF -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find TS 102 588 - V7.2.0 - Smart Cards; Application Invocation Application Programming Interface (API) By A UICC Webserver For Java Card™ Platform; (Release 7) at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
23TS 102 241 - V6.8.0 - Smart Cards; UICC Application Programming Interface (UICC API) For Java CardŽ (Release 6)
By European Telecommunications Standards Institute
"Step by step JAVA programming tutorials, HTML reserved words manual, Netscape JAVA & AWT detailed source codes, ... All interactive!"
“TS 102 241 - V6.8.0 - Smart Cards; UICC Application Programming Interface (UICC API) For Java CardŽ (Release 6)” Metadata:
- Title: ➤ TS 102 241 - V6.8.0 - Smart Cards; UICC Application Programming Interface (UICC API) For Java CardŽ (Release 6)
- Author: ➤ European Telecommunications Standards Institute
- Language: English
“TS 102 241 - V6.8.0 - Smart Cards; UICC Application Programming Interface (UICC API) For Java CardŽ (Release 6)” Subjects and Themes:
- Subjects: API - smart card
Edition Identifiers:
- Internet Archive ID: etsi_ts_102_241_v06.08.00
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 14.62 Mbs, the file-s for this book were downloaded 131 times, the file-s went public at Sat Aug 24 2013.
Available formats:
Abbyy GZ - Animated GIF - Archive BitTorrent - DjVu - DjVuTXT - Djvu XML - Item Tile - Metadata - Scandata - Single Page Processed JP2 ZIP - Text PDF -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find TS 102 241 - V6.8.0 - Smart Cards; UICC Application Programming Interface (UICC API) For Java CardŽ (Release 6) at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
24TS 102 241 - V9.0.0 - Smart Cards; UICC Application Programming Interface (UICC API) For Java Card™ (Release 9)
By European Telecommunications Standards Institute
"Step by step JAVA programming tutorials, HTML reserved words manual, Netscape JAVA & AWT detailed source codes, ... All interactive!"
“TS 102 241 - V9.0.0 - Smart Cards; UICC Application Programming Interface (UICC API) For Java Card™ (Release 9)” Metadata:
- Title: ➤ TS 102 241 - V9.0.0 - Smart Cards; UICC Application Programming Interface (UICC API) For Java Card™ (Release 9)
- Author: ➤ European Telecommunications Standards Institute
- Language: English
“TS 102 241 - V9.0.0 - Smart Cards; UICC Application Programming Interface (UICC API) For Java Card™ (Release 9)” Subjects and Themes:
- Subjects: API - smart card
Edition Identifiers:
- Internet Archive ID: etsi_ts_102_241_v09.00.00
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 17.45 Mbs, the file-s for this book were downloaded 141 times, the file-s went public at Sat Aug 24 2013.
Available formats:
Abbyy GZ - Animated GIF - Archive BitTorrent - DjVu - DjVuTXT - Djvu XML - Item Tile - Metadata - Scandata - Single Page Processed JP2 ZIP - Text PDF -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find TS 102 241 - V9.0.0 - Smart Cards; UICC Application Programming Interface (UICC API) For Java Card™ (Release 9) at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
25TS 131 130 - V7.5.0 - Digital Cellular Telecommunications System (Phase 2+); Universal Mobile Telecommunications System (UMTS); (U)SIM Application Programming Interface (API); (U)SIM API For Java Card (3GPP TS 31.130 Version 7.5.0 Release 7)
By European Telecommunications Standards Institute
"Step by step JAVA programming tutorials, HTML reserved words manual, Netscape JAVA & AWT detailed source codes, ... All interactive!"
“TS 131 130 - V7.5.0 - Digital Cellular Telecommunications System (Phase 2+); Universal Mobile Telecommunications System (UMTS); (U)SIM Application Programming Interface (API); (U)SIM API For Java Card (3GPP TS 31.130 Version 7.5.0 Release 7)” Metadata:
- Title: ➤ TS 131 130 - V7.5.0 - Digital Cellular Telecommunications System (Phase 2+); Universal Mobile Telecommunications System (UMTS); (U)SIM Application Programming Interface (API); (U)SIM API For Java Card (3GPP TS 31.130 Version 7.5.0 Release 7)
- Author: ➤ European Telecommunications Standards Institute
- Language: English
“TS 131 130 - V7.5.0 - Digital Cellular Telecommunications System (Phase 2+); Universal Mobile Telecommunications System (UMTS); (U)SIM Application Programming Interface (API); (U)SIM API For Java Card (3GPP TS 31.130 Version 7.5.0 Release 7)” Subjects and Themes:
Edition Identifiers:
- Internet Archive ID: etsi_ts_131_130_v07.05.00
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 7.48 Mbs, the file-s for this book were downloaded 299 times, the file-s went public at Sat Aug 24 2013.
Available formats:
Abbyy GZ - Animated GIF - Archive BitTorrent - DjVu - DjVuTXT - Djvu XML - Item Tile - Metadata - Scandata - Single Page Processed JP2 ZIP - Text PDF -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find TS 131 130 - V7.5.0 - Digital Cellular Telecommunications System (Phase 2+); Universal Mobile Telecommunications System (UMTS); (U)SIM Application Programming Interface (API); (U)SIM API For Java Card (3GPP TS 31.130 Version 7.5.0 Release 7) at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
26TS 131 130 - V7.6.0 - Digital Cellular Telecommunications System (Phase 2+); Universal Mobile Telecommunications System (UMTS); (U)SIM Application Programming Interface (API); (U)SIM API For Java Card (3GPP TS 31.130 Version 7.6.0 Release 7)
By European Telecommunications Standards Institute
"Step by step JAVA programming tutorials, HTML reserved words manual, Netscape JAVA & AWT detailed source codes, ... All interactive!"
“TS 131 130 - V7.6.0 - Digital Cellular Telecommunications System (Phase 2+); Universal Mobile Telecommunications System (UMTS); (U)SIM Application Programming Interface (API); (U)SIM API For Java Card (3GPP TS 31.130 Version 7.6.0 Release 7)” Metadata:
- Title: ➤ TS 131 130 - V7.6.0 - Digital Cellular Telecommunications System (Phase 2+); Universal Mobile Telecommunications System (UMTS); (U)SIM Application Programming Interface (API); (U)SIM API For Java Card (3GPP TS 31.130 Version 7.6.0 Release 7)
- Author: ➤ European Telecommunications Standards Institute
- Language: English
“TS 131 130 - V7.6.0 - Digital Cellular Telecommunications System (Phase 2+); Universal Mobile Telecommunications System (UMTS); (U)SIM Application Programming Interface (API); (U)SIM API For Java Card (3GPP TS 31.130 Version 7.6.0 Release 7)” Subjects and Themes:
Edition Identifiers:
- Internet Archive ID: etsi_ts_131_130_v07.06.00
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 7.54 Mbs, the file-s for this book were downloaded 121 times, the file-s went public at Sat Aug 24 2013.
Available formats:
Abbyy GZ - Animated GIF - Archive BitTorrent - DjVu - DjVuTXT - Djvu XML - Item Tile - Metadata - Scandata - Single Page Processed JP2 ZIP - Text PDF -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find TS 131 130 - V7.6.0 - Digital Cellular Telecommunications System (Phase 2+); Universal Mobile Telecommunications System (UMTS); (U)SIM Application Programming Interface (API); (U)SIM API For Java Card (3GPP TS 31.130 Version 7.6.0 Release 7) at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
27TS 131 133 - V7.4.0 - Digital Cellular Telecommunications System (Phase 2+); Universal Mobile Telecommunications System (UMTS); LTE; IP Multimedia Services Identity Module (ISIM) Application Programming Interface (API); ISIM API For Java Card™ (3GPP TS 31.133 Version 7.4.0 Release 7)
By European Telecommunications Standards Institute
"Step by step JAVA programming tutorials, HTML reserved words manual, Netscape JAVA & AWT detailed source codes, ... All interactive!"
“TS 131 133 - V7.4.0 - Digital Cellular Telecommunications System (Phase 2+); Universal Mobile Telecommunications System (UMTS); LTE; IP Multimedia Services Identity Module (ISIM) Application Programming Interface (API); ISIM API For Java Card™ (3GPP TS 31.133 Version 7.4.0 Release 7)” Metadata:
- Title: ➤ TS 131 133 - V7.4.0 - Digital Cellular Telecommunications System (Phase 2+); Universal Mobile Telecommunications System (UMTS); LTE; IP Multimedia Services Identity Module (ISIM) Application Programming Interface (API); ISIM API For Java Card™ (3GPP TS 31.133 Version 7.4.0 Release 7)
- Author: ➤ European Telecommunications Standards Institute
- Language: English
“TS 131 133 - V7.4.0 - Digital Cellular Telecommunications System (Phase 2+); Universal Mobile Telecommunications System (UMTS); LTE; IP Multimedia Services Identity Module (ISIM) Application Programming Interface (API); ISIM API For Java Card™ (3GPP TS 31.133 Version 7.4.0 Release 7)” Subjects and Themes:
Edition Identifiers:
- Internet Archive ID: etsi_ts_131_133_v07.04.00
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 2.91 Mbs, the file-s for this book were downloaded 98 times, the file-s went public at Sat Aug 24 2013.
Available formats:
Abbyy GZ - Animated GIF - Archive BitTorrent - DjVu - DjVuTXT - Djvu XML - Item Tile - Metadata - Scandata - Single Page Processed JP2 ZIP - Text PDF -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find TS 131 133 - V7.4.0 - Digital Cellular Telecommunications System (Phase 2+); Universal Mobile Telecommunications System (UMTS); LTE; IP Multimedia Services Identity Module (ISIM) Application Programming Interface (API); ISIM API For Java Card™ (3GPP TS 31.133 Version 7.4.0 Release 7) at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
28Beginning Java SE 6 Game Programming
By Harbour, Jonathan S
"Step by step JAVA programming tutorials, HTML reserved words manual, Netscape JAVA & AWT detailed source codes, ... All interactive!"
“Beginning Java SE 6 Game Programming” Metadata:
- Title: ➤ Beginning Java SE 6 Game Programming
- Author: Harbour, Jonathan S
- Language: English
“Beginning Java SE 6 Game Programming” Subjects and Themes:
- Subjects: ➤ Computer games -- Programming - Java (Computer program language) - Computer graphics - Computerspiel - Java Standard Edition 6 - Programmierung
Edition Identifiers:
- Internet Archive ID: beginningjavase60000harb
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 1011.84 Mbs, the file-s for this book were downloaded 44 times, the file-s went public at Fri Dec 16 2022.
Available formats:
ACS Encrypted PDF - Cloth Cover Detection Log - DjVuTXT - Djvu XML - Dublin Core - EPUB - Item Tile - JPEG Thumb - JSON - LCP Encrypted EPUB - LCP Encrypted PDF - Log - MARC - MARC Binary - Metadata - Metadata Log - OCR Page Index - OCR Search Text - PNG - Page Numbers JSON - RePublisher Final Processing Log - RePublisher Initial Processing Log - Scandata - Single Page Original JP2 Tar - Single Page Processed JP2 ZIP - Text PDF - Title Page Detection Log - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find Beginning Java SE 6 Game Programming at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
29Java Programming : From Problem Analysis To Program Design
By Malik, D. S
"Step by step JAVA programming tutorials, HTML reserved words manual, Netscape JAVA & AWT detailed source codes, ... All interactive!"
“Java Programming : From Problem Analysis To Program Design” Metadata:
- Title: ➤ Java Programming : From Problem Analysis To Program Design
- Author: Malik, D. S
- Language: English
Edition Identifiers:
- Internet Archive ID: javaprogrammingf0002mali_d4o9
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 1659.42 Mbs, the file-s for this book were downloaded 32 times, the file-s went public at Wed May 12 2021.
Available formats:
ACS Encrypted PDF - Cloth Cover Detection Log - DjVuTXT - Djvu XML - Dublin Core - Item Tile - JPEG Thumb - JSON - LCP Encrypted EPUB - LCP Encrypted PDF - Log - MARC - MARC Binary - Metadata - OCR Page Index - OCR Search Text - PNG - Page Numbers JSON - Scandata - Single Page Original JP2 Tar - Single Page Processed JP2 ZIP - Text PDF - Title Page Detection Log - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find Java Programming : From Problem Analysis To Program Design at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
30A Guide To Persuasive Programming In Java
"Step by step JAVA programming tutorials, HTML reserved words manual, Netscape JAVA & AWT detailed source codes, ... All interactive!"
“A Guide To Persuasive Programming In Java” Metadata:
- Title: ➤ A Guide To Persuasive Programming In Java
- Language: English
“A Guide To Persuasive Programming In Java” Subjects and Themes:
Edition Identifiers:
- Internet Archive ID: guidetopersuasiv0000unse
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 560.28 Mbs, the file-s for this book were downloaded 35 times, the file-s went public at Fri Nov 15 2019.
Available formats:
ACS Encrypted EPUB - ACS Encrypted PDF - Abbyy GZ - Cloth Cover Detection Log - DjVuTXT - Djvu XML - Dublin Core - Item Tile - JPEG Thumb - JSON - LCP Encrypted EPUB - LCP Encrypted PDF - Log - MARC - MARC Binary - Metadata - OCR Page Index - OCR Search Text - PNG - Page Numbers JSON - Scandata - Single Page Original JP2 Tar - Single Page Processed JP2 ZIP - Text PDF - Title Page Detection Log - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find A Guide To Persuasive Programming In Java at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
31Learn 2.com Programming In Java Intermediate
By Learn2
Here is Learn2.com Programming in Java intermediate. In this Cd you will learn where to find java resources on the web, discuss the four methods of the app's life cycle, the paint method, define what threads are, importing packages, the draw string method and much more. Jennifer Jacques will continue to be your guide in this course.
“Learn 2.com Programming In Java Intermediate” Metadata:
- Title: ➤ Learn 2.com Programming In Java Intermediate
- Author: Learn2
- Language: English
“Learn 2.com Programming In Java Intermediate” Subjects and Themes:
- Subjects: ➤ Learn2 - Java - Intermediate - java resources - draw string - packages - implements statement - get URL - if statement
Edition Identifiers:
- Internet Archive ID: ➤ learn-2.com-programming-in-java-intermediate
Downloads Information:
The book is available for download in "software" format, the size of the file-s is: 98.68 Mbs, the file-s for this book were downloaded 223 times, the file-s went public at Thu Oct 13 2022.
Available formats:
Archive BitTorrent - ISO Image - Item Tile - JPEG - JPEG Thumb - Metadata -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find Learn 2.com Programming In Java Intermediate at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
32Java Programming
Learn Java
“Java Programming” Metadata:
- Title: Java Programming
“Java Programming” Subjects and Themes:
- Subjects: ➤ java - learn java - learn-java - java for beginners - learning java - beginning java - programming - java programming - beginning java - programming - java-beginners - java-for-beginners - [curator][email protected][/curator][date]20170615064311[/date][comment]checked for malware[/comment]
Edition Identifiers:
- Internet Archive ID: learn-java
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 3.71 Mbs, the file-s for this book were downloaded 495 times, the file-s went public at Thu Jun 15 2017.
Available formats:
Archive BitTorrent - Metadata - Text PDF -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find Java Programming at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
33Collections: Sets And Maps Unit 10 M255 Object-oriented Programming With Java 2nd Edition By The M255 Course Team [2008] {005.133--oclc}
By The M255 Course Team
scan of book Collections: Sets and maps Unit 10 M255 Object-oriented programming with Java 2nd edition by The M255 Course Team [2008] {005.133--oclc}
“Collections: Sets And Maps Unit 10 M255 Object-oriented Programming With Java 2nd Edition By The M255 Course Team [2008] {005.133--oclc}” Metadata:
- Title: ➤ Collections: Sets And Maps Unit 10 M255 Object-oriented Programming With Java 2nd Edition By The M255 Course Team [2008] {005.133--oclc}
- Author: The M255 Course Team
- Language: English
“Collections: Sets And Maps Unit 10 M255 Object-oriented Programming With Java 2nd Edition By The M255 Course Team [2008] {005.133--oclc}” Subjects and Themes:
- Subjects: Sets in Java - Maps in Java - Collections Framework
Edition Identifiers:
- Internet Archive ID: ➤ SetsandmapsUnit10M255_2ndedOU2008
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 406.88 Mbs, the file-s for this book were downloaded 36 times, the file-s went public at Wed Dec 27 2023.
Available formats:
Additional Text PDF - Archive BitTorrent - DjVuTXT - Djvu XML - Image Container PDF - Item Tile - Metadata - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Processed JP2 ZIP - Text PDF - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find Collections: Sets And Maps Unit 10 M255 Object-oriented Programming With Java 2nd Edition By The M255 Course Team [2008] {005.133--oclc} at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
34TS 102 241 - V7.2.0 - Smart Cards; UICC Application Programming Interface (UICC API) For Java CardŽ (Release 7)
By European Telecommunications Standards Institute
scan of book Collections: Sets and maps Unit 10 M255 Object-oriented programming with Java 2nd edition by The M255 Course Team [2008] {005.133--oclc}
“TS 102 241 - V7.2.0 - Smart Cards; UICC Application Programming Interface (UICC API) For Java CardŽ (Release 7)” Metadata:
- Title: ➤ TS 102 241 - V7.2.0 - Smart Cards; UICC Application Programming Interface (UICC API) For Java CardŽ (Release 7)
- Author: ➤ European Telecommunications Standards Institute
- Language: English
“TS 102 241 - V7.2.0 - Smart Cards; UICC Application Programming Interface (UICC API) For Java CardŽ (Release 7)” Subjects and Themes:
- Subjects: API - smart card
Edition Identifiers:
- Internet Archive ID: etsi_ts_102_241_v07.02.00
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 14.49 Mbs, the file-s for this book were downloaded 141 times, the file-s went public at Sat Aug 24 2013.
Available formats:
Abbyy GZ - Animated GIF - Archive BitTorrent - DjVu - DjVuTXT - Djvu XML - Item Tile - Metadata - Scandata - Single Page Processed JP2 ZIP - Text PDF -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find TS 102 241 - V7.2.0 - Smart Cards; UICC Application Programming Interface (UICC API) For Java CardŽ (Release 7) at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
35Murach's Java Programming
By Murach, Joel, 1968-
scan of book Collections: Sets and maps Unit 10 M255 Object-oriented programming with Java 2nd edition by The M255 Course Team [2008] {005.133--oclc}
“Murach's Java Programming” Metadata:
- Title: Murach's Java Programming
- Author: Murach, Joel, 1968-
- Language: English
“Murach's Java Programming” Subjects and Themes:
Edition Identifiers:
- Internet Archive ID: murachsjavaprogr0000mura_r5e6
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 1708.52 Mbs, the file-s for this book were downloaded 300 times, the file-s went public at Sat May 28 2022.
Available formats:
ACS Encrypted PDF - AVIF Thumbnails ZIP - Cloth Cover Detection Log - DjVuTXT - Djvu XML - Dublin Core - EPUB - Item Tile - JPEG Thumb - JSON - LCP Encrypted EPUB - LCP Encrypted PDF - Log - MARC - MARC Binary - Metadata - OCR Page Index - OCR Search Text - PNG - Page Numbers JSON - RePublisher Final Processing Log - RePublisher Initial Processing Log - Scandata - Single Page Original JP2 Tar - Single Page Processed JP2 ZIP - Text PDF - Title Page Detection Log - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find Murach's Java Programming at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
36React Java Script The Basics Functional Programming
react functional programming
“React Java Script The Basics Functional Programming” Metadata:
- Title: ➤ React Java Script The Basics Functional Programming
Edition Identifiers:
- Internet Archive ID: ➤ ReactJavaScriptTheBasicsFunctionalProgramming
Downloads Information:
The book is available for download in "movies" format, the size of the file-s is: 301.21 Mbs, the file-s for this book were downloaded 106 times, the file-s went public at Thu Jul 20 2017.
Available formats:
Archive BitTorrent - Item Tile - MPEG4 - Metadata - Ogg Video - Thumbnail -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find React Java Script The Basics Functional Programming at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
37DPJ 5531 - Programming In Java
By Faculty of Information Science and Technology, FIST
Tri 1 2022/2023 (Term Id 2210)
“DPJ 5531 - Programming In Java” Metadata:
- Title: DPJ 5531 - Programming In Java
- Author: ➤ Faculty of Information Science and Technology, FIST
- Language: English
“DPJ 5531 - Programming In Java” Subjects and Themes:
Edition Identifiers:
- Internet Archive ID: mmu-eprint-10681
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 2.44 Mbs, the file-s for this book were downloaded 18 times, the file-s went public at Sun Apr 28 2024.
Available formats:
Additional Text PDF - Archive BitTorrent - DjVuTXT - Djvu XML - Image Container PDF - Item Tile - Metadata - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Processed JP2 ZIP - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find DPJ 5531 - Programming In Java at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
38Beginning Programming With Java For Dummies
By Burd, Barry
Tri 1 2022/2023 (Term Id 2210)
“Beginning Programming With Java For Dummies” Metadata:
- Title: ➤ Beginning Programming With Java For Dummies
- Author: Burd, Barry
- Language: English
“Beginning Programming With Java For Dummies” Subjects and Themes:
Edition Identifiers:
- Internet Archive ID: beginningprogram0004edburd
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 982.19 Mbs, the file-s for this book were downloaded 990 times, the file-s went public at Mon Sep 28 2020.
Available formats:
ACS Encrypted EPUB - ACS Encrypted PDF - Abbyy GZ - Cloth Cover Detection Log - DjVuTXT - Djvu XML - Dublin Core - Item Tile - JPEG Thumb - JSON - LCP Encrypted EPUB - LCP Encrypted PDF - Log - MARC - MARC Binary - Metadata - OCR Page Index - OCR Search Text - PNG - Page Numbers JSON - Scandata - Single Page Original JP2 Tar - Single Page Processed JP2 ZIP - Text PDF - Title Page Detection Log - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find Beginning Programming With Java For Dummies at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
39Java Web Socket Programming Develop, Deploy, And Secure Dynamic Web Applications [ Coward 2013 09 18]
By free doc
Programacion websocket java
“Java Web Socket Programming Develop, Deploy, And Secure Dynamic Web Applications [ Coward 2013 09 18]” Metadata:
- Title: ➤ Java Web Socket Programming Develop, Deploy, And Secure Dynamic Web Applications [ Coward 2013 09 18]
- Author: free doc
- Language: English
Edition Identifiers:
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 103.85 Mbs, the file-s for this book were downloaded 103 times, the file-s went public at Mon Jan 29 2024.
Available formats:
Archive BitTorrent - DjVuTXT - Djvu XML - Item Tile - Metadata - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Processed JP2 ZIP - Text PDF - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find Java Web Socket Programming Develop, Deploy, And Secure Dynamic Web Applications [ Coward 2013 09 18] at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
40Java Network Programming
By Harold, Elliotte Rusty
Programacion websocket java
“Java Network Programming” Metadata:
- Title: Java Network Programming
- Author: Harold, Elliotte Rusty
- Language: English
“Java Network Programming” Subjects and Themes:
- Subjects: ➤ Java (Computer program language) - Computer networks
Edition Identifiers:
- Internet Archive ID: javanetworkprogr0000haro
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 991.61 Mbs, the file-s for this book were downloaded 43 times, the file-s went public at Tue Oct 13 2020.
Available formats:
ACS Encrypted EPUB - ACS Encrypted PDF - Abbyy GZ - Cloth Cover Detection Log - DjVuTXT - Djvu XML - Dublin Core - EPUB - Item Tile - JPEG Thumb - JSON - LCP Encrypted EPUB - LCP Encrypted PDF - Log - MARC - MARC Binary - Metadata - OCR Page Index - OCR Search Text - PNG - Page Numbers JSON - Scandata - Single Page Original JP2 Tar - Single Page Processed JP2 ZIP - Text PDF - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find Java Network Programming at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
41Java Network Programming
By Harold, Elliotte Rusty
Programacion websocket java
“Java Network Programming” Metadata:
- Title: Java Network Programming
- Author: Harold, Elliotte Rusty
- Language: English
“Java Network Programming” Subjects and Themes:
- Subjects: ➤ Java (Computer program language) - Computer networks - Java (programmeertaal) - Computernetwerken
Edition Identifiers:
- Internet Archive ID: javanetworkprogr00haro
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 692.00 Mbs, the file-s for this book were downloaded 183 times, the file-s went public at Tue Nov 24 2009.
Available formats:
ACS Encrypted PDF - Abbyy GZ - Animated GIF - Cloth Cover Detection Log - DjVuTXT - Djvu XML - Dublin Core - EPUB - Item Tile - JSON - LCP Encrypted EPUB - LCP Encrypted PDF - MARC - MARC Binary - MARC Source - Metadata - Metadata Log - OCLC xISBN JSON - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Original JP2 Tar - Single Page Processed JP2 ZIP - Text PDF - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find Java Network Programming at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
42Programming In Delphi And Java
Programacion websocket java
“Programming In Delphi And Java” Metadata:
- Title: Programming In Delphi And Java
“Programming In Delphi And Java” Subjects and Themes:
- Subjects: manualzilla - manuals
Edition Identifiers:
- Internet Archive ID: manualzilla-id-5666136
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 10.98 Mbs, the file-s for this book were downloaded 173 times, the file-s went public at Mon Mar 01 2021.
Available formats:
Archive BitTorrent - DjVuTXT - Djvu XML - Item Tile - Metadata - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Processed JP2 ZIP - Text PDF - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find Programming In Delphi And Java at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
43Fast Guide To Using The RIT PJ Parallel Java Library : An Introduction To Java Parallel Programming Using An API
By Jude, Jonathan, 1962-
Programacion websocket java
“Fast Guide To Using The RIT PJ Parallel Java Library : An Introduction To Java Parallel Programming Using An API” Metadata:
- Title: ➤ Fast Guide To Using The RIT PJ Parallel Java Library : An Introduction To Java Parallel Programming Using An API
- Author: Jude, Jonathan, 1962-
- Language: English
“Fast Guide To Using The RIT PJ Parallel Java Library : An Introduction To Java Parallel Programming Using An API” Subjects and Themes:
- Subjects: ➤ Parallel programming (Computer science) -- Handbooks, manuals, etc - Java (Computer program language) -- Handbooks, manuals, etc - Computer algorithms -- Handbooks, manuals, etc - Programmation parallèle (Informatique) -- Guides, manuels, etc - Java (Langage de programmation) -- Guides, manuels, etc - Algorithmes -- Guides, manuels, etc - Computer algorithms - Java (Computer program language) - Parallel programming (Computer science)
Edition Identifiers:
- Internet Archive ID: fastguidetousing0000jude
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 341.53 Mbs, the file-s for this book were downloaded 22 times, the file-s went public at Sat Sep 24 2022.
Available formats:
ACS Encrypted PDF - AVIF Thumbnails ZIP - Cloth Cover Detection Log - DjVuTXT - Djvu XML - Dublin Core - Item Tile - JPEG Thumb - JSON - LCP Encrypted EPUB - LCP Encrypted PDF - Log - MARC - MARC Binary - Metadata - OCR Page Index - OCR Search Text - PNG - Page Numbers JSON - RePublisher Final Processing Log - RePublisher Initial Processing Log - Scandata - Single Page Original JP2 Tar - Single Page Processed JP2 ZIP - Text PDF - Title Page Detection Log - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find Fast Guide To Using The RIT PJ Parallel Java Library : An Introduction To Java Parallel Programming Using An API at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
44Java Tools For EXtreme Programming : Mastering Open Source Tools Including Ant, JUnit, And Cactus
By Hightower, Richard, 1970-
Programacion websocket java
“Java Tools For EXtreme Programming : Mastering Open Source Tools Including Ant, JUnit, And Cactus” Metadata:
- Title: ➤ Java Tools For EXtreme Programming : Mastering Open Source Tools Including Ant, JUnit, And Cactus
- Author: Hightower, Richard, 1970-
- Language: English
“Java Tools For EXtreme Programming : Mastering Open Source Tools Including Ant, JUnit, And Cactus” Subjects and Themes:
- Subjects: ➤ Java (Computer program language) - eXtreme programming - Open source software
Edition Identifiers:
- Internet Archive ID: javatoolsforextr0000high
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 1043.64 Mbs, the file-s for this book were downloaded 24 times, the file-s went public at Wed Dec 16 2020.
Available formats:
ACS Encrypted PDF - Cloth Cover Detection Log - DjVuTXT - Djvu XML - Dublin Core - Item Tile - JPEG Thumb - JSON - LCP Encrypted EPUB - LCP Encrypted PDF - Log - MARC - MARC Binary - Metadata - OCR Page Index - OCR Search Text - PNG - Page Numbers JSON - Scandata - Single Page Original JP2 Tar - Single Page Processed JP2 ZIP - Text PDF - Title Page Detection Log - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find Java Tools For EXtreme Programming : Mastering Open Source Tools Including Ant, JUnit, And Cactus at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
45Beginning Java 2 : [a Comprehensive Tutorial To Java Programming]
By Horton, Ivor
Index p. [1060] -1110
“Beginning Java 2 : [a Comprehensive Tutorial To Java Programming]” Metadata:
- Title: ➤ Beginning Java 2 : [a Comprehensive Tutorial To Java Programming]
- Author: Horton, Ivor
- Language: English
Edition Identifiers:
- Internet Archive ID: beginningjava2ac00hort
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 1187.51 Mbs, the file-s for this book were downloaded 100 times, the file-s went public at Mon Sep 20 2010.
Available formats:
ACS Encrypted PDF - Abbyy GZ - Animated GIF - Cloth Cover Detection Log - DjVuTXT - Djvu XML - Dublin Core - EPUB - Item Tile - JSON - LCP Encrypted EPUB - LCP Encrypted PDF - MARC - MARC Binary - MARC Source - METS - Metadata - Metadata Log - OCLC xISBN JSON - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Original JP2 Tar - Single Page Processed JP2 ZIP - Text PDF - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find Beginning Java 2 : [a Comprehensive Tutorial To Java Programming] at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
46Beginning Programming With Java For Dummies
By Burd, Barry
Index p. [1060] -1110
“Beginning Programming With Java For Dummies” Metadata:
- Title: ➤ Beginning Programming With Java For Dummies
- Author: Burd, Barry
- Language: English
Edition Identifiers:
- Internet Archive ID: beginningprogram0000burd_i3x5
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 711.20 Mbs, the file-s for this book were downloaded 90 times, the file-s went public at Thu Oct 15 2020.
Available formats:
ACS Encrypted EPUB - ACS Encrypted PDF - Abbyy GZ - Cloth Cover Detection Log - DjVuTXT - Djvu XML - Dublin Core - Item Tile - JPEG Thumb - JSON - LCP Encrypted EPUB - LCP Encrypted PDF - Log - MARC - MARC Binary - Metadata - OCR Page Index - OCR Search Text - PNG - Page Numbers JSON - Scandata - Single Page Original JP2 Tar - Single Page Processed JP2 ZIP - Text PDF - Title Page Detection Log - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find Beginning Programming With Java For Dummies at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
47The Essence Of Java Programming
By Rowe, Glenn (Glenn W.)
Index p. [1060] -1110
“The Essence Of Java Programming” Metadata:
- Title: ➤ The Essence Of Java Programming
- Author: Rowe, Glenn (Glenn W.)
- Language: English
Edition Identifiers:
- Internet Archive ID: essenceofjavapro0000rowe
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 503.72 Mbs, the file-s for this book were downloaded 53 times, the file-s went public at Tue Jul 07 2020.
Available formats:
ACS Encrypted EPUB - ACS Encrypted PDF - Abbyy GZ - Cloth Cover Detection Log - DjVuTXT - Djvu XML - Dublin Core - Item Tile - JPEG Thumb - JSON - LCP Encrypted EPUB - LCP Encrypted PDF - Log - MARC - MARC Binary - Metadata - OCR Page Index - OCR Search Text - PNG - Page Numbers JSON - Scandata - Single Page Original JP2 Tar - Single Page Processed JP2 ZIP - Text PDF - Title Page Detection Log - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find The Essence Of Java Programming at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
48INEW2338 - Advanced Java Programming
By Richard Baldwin
Index p. [1060] -1110
“INEW2338 - Advanced Java Programming” Metadata:
- Title: ➤ INEW2338 - Advanced Java Programming
- Author: Richard Baldwin
- Language: English
Edition Identifiers:
- Internet Archive ID: cnx-org-col12003
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 161.65 Mbs, the file-s for this book were downloaded 204 times, the file-s went public at Sat Sep 10 2022.
Available formats:
Archive BitTorrent - DjVuTXT - Djvu XML - EPUB - Item Tile - Metadata - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Processed JP2 ZIP - Text PDF - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find INEW2338 - Advanced Java Programming at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
49Java Programming/Print Version - Computer Science & Engineering
Index p. [1060] -1110
“Java Programming/Print Version - Computer Science & Engineering” Metadata:
- Title: ➤ Java Programming/Print Version - Computer Science & Engineering
“Java Programming/Print Version - Computer Science & Engineering” Subjects and Themes:
- Subjects: manualzilla - manuals
Edition Identifiers:
- Internet Archive ID: manualzilla-id-5947513
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 78.77 Mbs, the file-s for this book were downloaded 187 times, the file-s went public at Thu Mar 25 2021.
Available formats:
Archive BitTorrent - DjVuTXT - Djvu XML - Item Tile - Metadata - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Processed JP2 ZIP - Text PDF - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find Java Programming/Print Version - Computer Science & Engineering at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
50BJA 2014 - Java Programming Intermediate
By Faculty of Management, FOM
Trimester 2 2019/2020
“BJA 2014 - Java Programming Intermediate” Metadata:
- Title: ➤ BJA 2014 - Java Programming Intermediate
- Author: Faculty of Management, FOM
- Language: English
Edition Identifiers:
- Internet Archive ID: mmu-eprint-5950
Downloads Information:
The book is available for download in "texts" format, the size of the file-s is: 1.14 Mbs, the file-s for this book were downloaded 32 times, the file-s went public at Fri May 03 2024.
Available formats:
Additional Text PDF - Archive BitTorrent - DjVuTXT - Djvu XML - Image Container PDF - Item Tile - Metadata - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Processed JP2 ZIP - chOCR - hOCR -
Related Links:
- Whefi.com: Download
- Whefi.com: Review - Coverage
- Internet Archive: Details
- Internet Archive Link: Downloads
Online Marketplaces
Find BJA 2014 - Java Programming Intermediate at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
Source: LibriVox
LibriVox Search Results
Available audio books for downloads from LibriVox
1Anatomy of Melancholy Volume 1
By Robert Burton

The Anatomy of Melancholy is a book by Robert Burton, first published in 1621. On its surface, the book is a medical textbook in which Burton applies his large and varied learning in the scholastic manner to the subject of melancholia (which includes what is now termed clinical depression).<br><br> Though presented as a medical text, The Anatomy of Melancholy is as much a sui generis work of literature as it is a scientific or philosophical text, and Burton addresses far more than his stated subject. In fact, the Anatomy uses melancholy as the lens through which all human emotion and thought may be scrutinized, and virtually the entire contents of a 17th-century library are marshalled into service of this goal.<br><br> Burton is forthright about his intentions in writing the Anatomy — "I write of melancholy by being busy to avoid melancholy," he concedes. This acknowledged desire to distract and amuse himself motivated Burton to produce a wide-ranging document, containing digressions and commentary. Whatever its strengths as a medical text or as a historical document, it is the Anatomy's vast breadth — addressing topics such as digestion, goblins, the geography of America, and others — and the particularly characteristic voice of its author that are most commonly cited by its admirers as the main sources of its appeal. Both satirical and serious in tone, the Anatomy is "vitalized by (Burton's) pervading humour", and Burton's digressive and inclusive style, often verging on a stream of consciousness, consistently informs and animates the text. (Summary from Wikipedia)
“Anatomy of Melancholy Volume 1” Metadata:
- Title: Anatomy of Melancholy Volume 1
- Author: Robert Burton
- Language: English
- Publish Date: 1621
Edition Specifications:
- Format: Audio
- Number of Sections: 53
- Total Time: 21:50:53
Edition Identifiers:
- libriVox ID: 3416
Links and information:
Online Access
Download the Audio Book:
- File Name: anatomy_of_melancholy_1005_librivox
- File Format: zip
- Total Time: 21:50:53
- Download Link: Download link
Online Marketplaces
Find Anatomy of Melancholy Volume 1 at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
2Personal Narrative of a Pilgrimage to Al-madinah and Meccah
By Richard Francis Burton
Sir Richard Francis Burton (1821 – 1890) was an English explorer, translator, writer, soldier, orientalist, ethnologist, linguist, poet, hypnotist, fencer and diplomat. He was known for his travels and explorations within Asia and Africa as well as his extraordinary knowledge of languages and cultures. According to one count, he spoke 29 European, Asian, and African languages.<br /><br />Burton's best-known achievements include traveling in disguise to Mecca, The Book of One Thousand Nights and A Night, an unexpurgated translation of One Thousand and One Nights, bringing the Kama Sutra to publication in English, and journeying with John Hanning Speke as the first Europeans led by Africa's greatest explorer guide, Sidi Mubarak Bombay, utilizing route information by Indian and Omani merchants who traded in the region, to visit the Great Lakes of Africa in search of the source of the Nile. Burton extensively criticized colonial policies (to the detriment of his career) in his works and letters. He was a prolific and erudite author and wrote numerous books and scholarly articles about subjects including human behavior, travel, fencing, sexual practices, and ethnography. A unique feature of his books is the copious footnotes and appendices containing remarkable observations and unexpurgated information. (Summary from Wikipedia)
“Personal Narrative of a Pilgrimage to Al-madinah and Meccah” Metadata:
- Title: ➤ Personal Narrative of a Pilgrimage to Al-madinah and Meccah
- Author: Richard Francis Burton
- Language: English
- Publish Date: 1893
Edition Specifications:
- Format: Audio
- Number of Sections: 57
- Total Time: 31:48:32
Edition Identifiers:
- libriVox ID: 3494
Links and information:
- LibriVox Link: LibriVox
- Number of Sections: 57 sections
Online Access
Download the Audio Book:
- File Name: pilgrimage_madinah_meccah_1207_librivox
- File Format: zip
- Total Time: 31:48:32
- Download Link: Download link
Online Marketplaces
Find Personal Narrative of a Pilgrimage to Al-madinah and Meccah at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
3Author's Abstract of Melancholy
By Robert Burton

LibriVox volunteers bring you 9 recordings of The Author's Abstract of Melancholy by Robert Burton. This was the fortnightly poetry project for September 20, 2009.
“Author's Abstract of Melancholy” Metadata:
- Title: ➤ Author's Abstract of Melancholy
- Author: Robert Burton
- Language: English
- Publish Date: 1621
Edition Specifications:
- Format: Audio
- Number of Sections: 9
- Total Time: 0:45:04
Edition Identifiers:
- libriVox ID: 3555
Links and information:
Online Access
Download the Audio Book:
- File Name: authors_abstract_melancholy_0910_librivox
- File Format: zip
- Total Time: 0:45:04
- Download Link: Download link
Online Marketplaces
Find Author's Abstract of Melancholy at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
4Anatomy of Melancholy Volume 2
By Robert Burton

The Anatomy of Melancholy is a book by Robert Burton, first published in 1621. On its surface, the book is a medical textbook in which Burton applies his large and varied learning in the scholastic manner to the subject of melancholia (which includes what is now termed clinical depression).<br><br> Though presented as a medical text, The Anatomy of Melancholy is as much a sui generis work of literature as it is a scientific or philosophical text, and Burton addresses far more than his stated subject. In fact, the Anatomy uses melancholy as the lens through which all human emotion and thought may be scrutinized, and virtually the entire contents of a 17th-century library are marshalled into service of this goal.<br><br> Burton is forthright about his intentions in writing the Anatomy — "I write of melancholy by being busy to avoid melancholy," he concedes. This acknowledged desire to distract and amuse himself motivated Burton to produce a wide-ranging document, containing digressions and commentary. Whatever its strengths as a medical text or as a historical document, it is the Anatomy's vast breadth — addressing topics such as digestion, goblins, the geography of America, and others — and the particularly characteristic voice of its author that are most commonly cited by its admirers as the main sources of its appeal. Both satirical and serious in tone, the Anatomy is "vitalized by (Burton's) pervading humour", and Burton's digressive and inclusive style, often verging on a stream of consciousness, consistently informs and animates the text. (Summary from Wikipedia)
“Anatomy of Melancholy Volume 2” Metadata:
- Title: Anatomy of Melancholy Volume 2
- Author: Robert Burton
- Language: English
- Publish Date: 1621
Edition Specifications:
- Format: Audio
- Number of Sections: 39
- Total Time: 12:57:44
Edition Identifiers:
- libriVox ID: 4356
Links and information:
Online Access
Download the Audio Book:
- File Name: anatomy_melancholy_v2_1102_librivox
- File Format: zip
- Total Time: 12:57:44
- Download Link: Download link
Online Marketplaces
Find Anatomy of Melancholy Volume 2 at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
5Anatomy of Melancholy Volume 3
By Robert Burton

The Anatomy of Melancholy is a book by Robert Burton, first published in 1621. On its surface, the book is a medical textbook in which Burton applies his large and varied learning in the scholastic manner to the subject of melancholia (which includes what is now termed clinical depression).<br/><br/> Though presented as a medical text, The Anatomy of Melancholy is as much a sui generis work of literature as it is a scientific or philosophical text, and Burton addresses far more than his stated subject. In fact, the Anatomy uses melancholy as the lens through which all human emotion and thought may be scrutinized, and virtually the entire contents of a 17th-century library are marshalled into service of this goal.<br/><br/> Burton is forthright about his intentions in writing the Anatomy — "I write of melancholy by being busy to avoid melancholy," he concedes. This acknowledged desire to distract and amuse himself motivated Burton to produce a wide-ranging document, containing digressions and commentary. Whatever its strengths as a medical text or as a historical document, it is the Anatomy's vast breadth — addressing topics such as digestion, goblins, the geography of America, and others — and the particularly characteristic voice of its author that are most commonly cited by its admirers as the main sources of its appeal. Both satirical and serious in tone, the Anatomy is "vitalized by (Burton's) pervading humour", and Burton's digressive and inclusive style, often verging on a stream of consciousness, consistently informs and animates the text. (Summary from Wikipedia)
“Anatomy of Melancholy Volume 3” Metadata:
- Title: Anatomy of Melancholy Volume 3
- Author: Robert Burton
- Language: English
- Publish Date: 1621
Edition Specifications:
- Format: Audio
- Number of Sections: 49
- Total Time: 24:20:55
Edition Identifiers:
- libriVox ID: 4776
Links and information:
Online Access
Download the Audio Book:
- File Name: anatomy_melancholy3_1211_librivox
- File Format: zip
- Total Time: 24:20:55
- Download Link: Download link
Online Marketplaces
Find Anatomy of Melancholy Volume 3 at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
6Memories of Childhood's Slavery Days
By Annie L. Burton

This is a short and simple, yet poignant autobiography of Annie Burton, who recounts her early carefree childhood as a slave on a southern plantation while the Civil War raged around her, and after the Emancipation Proclamation, how her life changed as she struggled to maintain herself and family, manage her finances, and develop as a free person of color. The last half of the narrative relies heavily upon speeches, poems, and hymns written by others that stirred Annie's religious passions and increased her pride in her heritage, including a very powerful speech by Dr. P. Thomas Stanford, "The Race Question in America", which no doubt gave Annie some historical perspective, boosted her pride, and offered much food for thought to her readers upon that important subject. (Summary by Michele Fry)
“Memories of Childhood's Slavery Days” Metadata:
- Title: ➤ Memories of Childhood's Slavery Days
- Author: Annie L. Burton
- Language: English
- Publish Date: 1918
Edition Specifications:
- Format: Audio
- Number of Sections: 8
- Total Time: 01:40:21
Edition Identifiers:
- libriVox ID: 8055
Links and information:
Online Access
Download the Audio Book:
- File Name: childhoodsslaverydays_1308_librivox
- File Format: zip
- Total Time: 01:40:21
- Download Link: Download link
Online Marketplaces
Find Memories of Childhood's Slavery Days at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
7Land of Midian (Revisited)
By Richard Francis Burton

The plain unvarnished tale of the travel in Midian, undertaken by the second Expedition, which, like the first, owes all to the liberality and the foresight of His Highness Ismail I., Khediv of Egypt, forms the subject of these volumes. During the four months between December 19, 1877, and April 20, 1878, the officers employed covered some 2500 miles by sea and land, of which 600, not including by-paths, were mapped and planned; and we brought back details of an old-new land which the civilized world had clean forgotten. - Preface in the book
“Land of Midian (Revisited)” Metadata:
- Title: Land of Midian (Revisited)
- Author: Richard Francis Burton
- Language: English
- Publish Date: 1879
Edition Specifications:
- Format: Audio
- Number of Sections: 11
- Total Time: 06:54:32
Edition Identifiers:
- libriVox ID: 19594
Links and information:
Online Access
Download the Audio Book:
- File Name: land_midian_revisited_2311_librivox
- File Format: zip
- Total Time: 06:54:32
- Download Link: Download link
Online Marketplaces
Find Land of Midian (Revisited) at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
Buy “Java Programming” online:
Shop for “Java Programming” on popular online marketplaces.
- Ebay: New and used books.