- Table View
- List View
Java How To Program: Early Objects
by Paul Deitel Harvey DeitelJava How to Program (Early Objects) , Tenth Edition is intended for use in the Java programming course. It also serves as a useful reference and self-study tutorial to Java programming. The Deitels' groundbreaking How to Program series offers unparalleled breadth and depth of object-oriented programming concepts and intermediate-level topics for further study.
Java How to Program (Early Objects) (9th Edition)
by Paul Deitel Harvey DeitelThe Deitels' groundbreaking How to Program series offers unparalleled breadth and depth of object-oriented programming concepts and intermediate-level topics for further study. Their Live Code Approach features thousands of lines of code in hundreds of complete working programs. This enables readers to confirm that programs run as expected. Java How to Program (Early Objects) 9econtains an optional extensive OOD/UML 2 case study on developing and implementing the software for an automated teller machine. This edition covers both Java SE7 and SE6.
Java How To Program, Late Objects
by Paul Deitel Harvey DeitelThe Deitels’ groundbreaking How to Program series offers unparalleled breadth and depth of programming fundamentals, object-oriented programming concepts and intermediate-level topics for further study. Java How to Program, Late Objects, 11th Edition, presents leading-edge computing technologies using the Deitel signature live-code approach, which demonstrates concepts in hundreds of complete working programs. The 11th Edition presents updated coverage of Java SE 8 and new Java SE 9 capabilities, including JShell, the Java Module System, and other key Java 9 topics. [Java How to Program, Early Objects, 11th Edition also is available.]
Java I/O
by Elliotte Rusty HaroldAll of Java's Input/Output (I/O) facilities are based on streams, which provide simple ways to read and write data of different types. Java I/O tells you all you need to know about the four main categories of streams and uncovers less-known features to help make your I/O operations more efficient. You'll also learn how to control number formatting, use characters aside from the standard ASCII character set, and get a head start on writing truly multilingual software.
Java I/O: Tips and Techniques for Putting I/O to Work
by Elliotte Rusty HaroldAll of Java's Input/Output (I/O) facilities are based on streams, which provide simple ways to read and write data of different types. Java provides many different kinds of streams, each with its own application. The universe of streams is divided into four largecategories: input streams and output streams, for reading and writing binary data; and readers and writers, for reading and writing textual (character) data. You're almost certainly familiar with the basic kinds of streams--but did you know that there's a CipherInputStream for reading encrypted data? And a ZipOutputStream for automaticallycompressing data? Do you know how to use buffered streams effectively to make your I/O operations more efficient? Java I/O, 2nd Edition has been updated for Java 5.0 APIs and tells you all you ever need to know about streams--and probably more. A discussion of I/O wouldn't be complete without treatment of character sets and formatting. Java supports the Unicode standard, which provides definitions for the character sets of most written languages. Consequently, Java is the first programming language that lets you do I/O in virtually any language. Java also provides a sophisticated model for formatting textual and numeric data. Java I/O, 2nd Edition shows you how to control number formatting, use characters aside from the standard (but outdated) ASCII character set, and get a head start on writing truly multilingual software. Java I/O, 2nd Edition includes: Coverage of all I/O classes and related classesIn-depth coverage of Java's number formatting facilities and its support for international character sets
Java I/O, NIO and NIO.2
by Jeff FriesenJava I/O, NIO, and NIO. 2 is a power-packed book that accelerates your mastery of Java's various I/O APIs. In this book, you'll learn about classic I/O APIs (File, RandomAccessFile, the stream classes and related types, and the reader/writer classes). Next, you'll learn about NIO's buffer, channel, selector, regular expression, charset, and formatter APIs. Finally, you'll discover NIO. 2's offerings in terms of an improved file system interface, asynchronous I/O, and the completion of socket channel functionality. After reading and using thi book, you'll gain the accelerated knowledge and skill level to really build applications with efficient data access, especially for today's cloud computing streaming data needs. What you'll learn How to set permissions and more with the classic File class How to build a flat file database with RandomAccessFile Get to know the byte array, file, filter, and other kinds of streams Master serialization and externalization Discover character streams and their associated writers/readers Tour the buffer APIs Work with channels to transfer buffers to and from I/O services Find out about selectors and readiness selection Master regular expressions Discover charsets and their association with Java's String Take advantage of the formatter API to create formatted output How to customize the formatter API Explore the improved file system interface Discover asynchronous I/O and its association with futures and completion handlers Encounter socket channel improvements, including multicasting Who this book is for This book is for those experienced with Java, beyond the fundamentals. Table of Contents Part 1: Getting Started with I/O Chapter 1: I/O Basics and APIs Part 2: Classic I/O APIs Chapter 2: File Chapter 3: RandomAccessFile Chapter 4: Streams Chapter 5: Writers and Readers Part 3: New I/O APIs Chapter 6: Buffers Chapter 7: Channels Chapter 8: Selectors Chapter 9: Regular Expressions Chapter 10: Charsets Chapter 11: Formatter and Scanner Part 4: More New I/O APIs Chapter 12: File System APIs Chapter 13: Asynchronous I/O Chapter 14: Additional NIO. 2 APIs Appendix A: Answers to Review Exercises
Java i XML. Wydanie III
by Justin Edelson Brett MclaughlinPraktyczne zastosowania mo?liwo?ci j?zyka XML w aplikacji Java Z jakich elementów sk?ada si? XML? W jaki sposób przetwarza? pliki XML w aplikacjach Javy? Jak tworzy? w?asne kana?y RSS? Jeste? programist? Javy i chcesz wykorzysta? w swoich aplikacjach technologi? XML? Zainteresowa?a Ci? technologia AJAX? Zamierzasz tworzy? w?asne kana?y RSS i podcasty? Java i XML s? niemal stworzone do wzajemnej wspó?pracy. W XML tworzy si? pliki konfiguracyjne dla aplikacji Javy, zbiory danych i wiele innych elementów. AJAX, bazuj?cy w du?ej mierze na j?zyku XML, pozwala na stworzenie eleganckich i wygodnych interfejsów u?ytkownika dla aplikacji przegl?darkowych. Wiedza o tym, jak efektywnie po??czy? XML z Jav?, pomo?e Ci w budowaniu nowoczesnych programów. "Java i XML. Wydanie III" to podr?cznik, po przeczytaniu którego staniesz si? ekspertem w zakresie wykorzystywania mo?liwo?ci j?zyka XML. Czytaj?c go, poznasz podstawy j?zyka XML, sposoby przetwarzania plików XML w aplikacjach Javy za pomoc? API SAX, DOM, StAX, JDOM i dom4j, a tak?e najnowszych wersji JAXP i JAXB. Dowiesz si?, jak tworzy? kana?y RSS, witryny Web 2.0 i w?asne podcasty. Przeczytasz tak?e o technologii AJAX i nauczysz si? budowa? z jej wykorzystaniem interfejsy u?ytkownika dla swoich aplikacji. Elementy j?zyka XML Walidacja dokumentów XML Przetwarzanie plików XML za pomoc? SAX Wykorzystanie innych technologii do obróbki plików XML Wi?zanie danych w JAXB Tworzenie kana?ów RSS Transformacja XML na HTML za pomoc? JSP Korzystanie z mechanizmów AJAX Wykorzystanie danych XML w j?zyku ActionScript 3.0 Twórz nowoczesne aplikacje, wykorzystuj?c XML
Java Illuminated
by Julie Anderson Hervé J. FranceschiWritten for the one- to three-term introductory programming course, the sixth edition of Java Illuminated provides learners with an interactive, user-friendly approach to learning the Java programming language. Comprehensive but accessible, the text takes a progressive approach to object-oriented programming, allowing students to build on established skills to develop new and increasingly complex classes. Java Illuminated follows an activity-based active learning approach that ensures student engagement and interest. In addition, the text presents other topics of interest, including graphical user interfaces (GUI), data structures, file input and output, and graphical applications.
Java Image Processing Recipes: With OpenCV and JVM
by Nicolas ModrzykQuickly obtain solutions to common Java image processing problems, learn best practices, and understand everything OpenCV has to offer for image processing. You will work with a JVM image wrapper to make it very easy to run image transformation through pipelines and obtain instant visual feedback. This book makes heavy use of the Gorilla environment where code can be executed directly in the browser, and image transformation results can also be visualized directly in the browser.Java Image Processing Recipes includes recipes on more advanced image manipulation techniques, such as image smoothing, cartooning, sketching, and mastering masks to apply changes only to parts of the image. You’ll see how OpenCV features provide instant solutions to problems such as edges detection and shape finding. Finally, the book contains practical recipes dealing with webcams and various video streams, giving you ready-made code with which to do real-time video analysis. What You Will LearnCreate your personal real-time image manipulation environmentManipulate image characteristics with OpenCVWork with the Origami image wrapperApply manipulations to webcams and video streamsWho This Book Is ForDevelopers that want to manipulate images and use other advanced imaging techniques, through code running in the JVM.
Java in 14 Wochen: Ein Lehrbuch für Studierende der Wirtschaftsinformatik
by Kaspar RiesenDieses Buch ist der ideale Begleiter, wenn Sie in einem Semester Java lernen möchten. Der Inhalt wurde gezielt ausgewählt, so dass nur die Konzepte besprochen werden, die Sie zum Einstieg in die Programmierung wirklich benötigen. Diese Konzepte werden mit zahlreichen, anschaulichen Beispielen illustriert. Weiter wird im Buch ein durchgehendes Beispielprojekt in Java, das von Kapitel zu Kapitel wächst, entwickelt. Zu jedem Kapitel finden sich zudem viele Aufgaben zur Selbstkontrolle und Programmierübungen in Java. Zu jeder Übung ist ein Lernvideo verlinkt, auf dem der Autor des Buches die Übung vorprogrammiert. Das Buch ist somit optimal geeignet für Studierende der Wirtschaftsinformatik, Informatik oder anderer Fachrichtungen sowie für alle Interessierten, die ohne Vorkenntnisse Programmieren lernen möchten.
Java in a Nutshell: A Desktop Quick Reference
by Benjamin J Evans Jason Clark David FlanaganThis updated edition of the Nutshell guide not only helps experienced Java programmers get the most out of versions through Java 17, it also serves as a learning path for new developers. Chock-full of examples that demonstrate how to take complete advantage of modern Java APIs and development best practices, this thoroughly revised book includes new material on recent enhancements to the Java object model that every developer should know about.The first section provides a fast-paced, no-fluff introduction to the Java programming language and the core runtime aspects of the Java platform. The second section is a reference to core concepts and APIs that explains how to perform real programming work in the Java environment.Get up to speed on language details through Java 17Learn object-oriented programming using basic Java syntaxExplore generics, enumerations, annotations, and lambda expressionsUnderstand techniques used in object-oriented designExamine how concurrency and memory are intertwinedWork with Java collections and handle common data formatsDelve into Java's latest I/O APIs including asynchronous channelsBecome familiar with development tools in OpenJDK
Java in a Nutshell
by Benjamin J Evans David FlanaganThe latest edition of Java in a Nutshell is designed to help experienced Java programmers get the most out of Java 7 and 8, but it's also a learning path for new developers. Chock full of examples that demonstrate how to take complete advantage of modern Java APIs and development best practices, the first section of this thoroughly updated book provides a fast-paced, no-fluff introduction to the Java programming language and the core runtime aspects of the Java platform.The second section is a reference to core concepts and APIs that shows you how to perform real programming work in the Java environment.Get up to speed on language details, including Java 8 changesLearn object-oriented programming, using basic Java syntaxExplore generics, enumerations, annotations, and lambda expressionsUnderstand basic techniques used in object-oriented designExamine concurrency and memory, and how they're intertwinedWork with Java collections and handle common data formatsDelve into Java's latest I/O APIs, including asynchronous channelsUse Nashorn to execute JavaScript on the Java Virtual MachineBecome familiar with development tools in OpenJDK
Java in a Nutshell: A Desktop Quick Reference (Seventh Edition) (In a Nutshell)
by David Flanagan Ben Evans<p>This updated edition of Java in a Nutshell not only helps experienced Java programmers get the most out of Java versions 9 through 11, it’s also a learning path for new developers. Chock full of examples that demonstrate how to take complete advantage of modern Java APIs and development best practices, this thoroughly revised book includes new material on Java Concurrency Utilities. <p>The book’s first section provides a fast-paced, no-fluff introduction to the Java programming language and the core runtime aspects of the Java platform. The second section is a reference to core concepts and APIs that explains how to perform real programming work in the Java environment. <p>Get up to speed on language details, including Java 9-11 changes; Learn object-oriented programming, using basic Java syntax; Explore generics, enumerations, annotations, and lambda expressions; Understand basic techniques used in object-oriented design; Examine concurrency and memory, and how they’re intertwined; Work with Java collections and handle common data formats; Delve into Java’s latest I/O APIs, including asynchronous channels; Use Nashorn to execute JavaScript on the Java Virtual Machine; Become familiar with development tools in OpenJDK.</p>
Java In a Nutshell, 4th Edition
by David FlanaganJava just keeps growing, adding features, functionality, complexity, and tempting developers to growl with frustration. The new 1.4 release of Java 2 Standard edition increases the size of the platform by 50%, to 2757 classes in 135 packages. How are you going to figure out what this means for your applications? As always, Java in a Nutshell has the answers. The new 4th edition still contains an accelerated introduction to the Java programming language and its key APIs so you can start writing code right away. And with more than 250 new pages, author David Flanagan quickly brings you up to speed on new features that come with version 1.4: High-performance NIO API Support for pattern matching with regular expressions A logging API A user preferences API New Collections classes An XML-based persistence mechanism for Java Beans Support for XML parsing using both the DOM and SAX APIs User authentication with the JAAS API Support for secure network connections using the SSL protocol Support for cryptography The book contains O'Reilly's classic quick-reference for all the classes in the essential Java packages, so you can dive in and find what you need to make the new 1.4 version work for you. For as long as Java developers have existed, Java in a Nutshell has been ready, willing and able to take you right to the heart of the program, turning those frustrated grrrrss into purrrss of satisfaction. No wonder readers of Java Developer's Journal voted this the "Best Java Book" the past two years in a row!
Java in a Nutshell, 5th Edition
by David FlanaganThe 1.4 release of Java 2 Standard edition brings a load of new features - and the potential for frustration. Fret not, our new 4th edition has answers. The accelerated introduction lets you start writing code right away, and because the book's classic quick reference contains all the classes in the essential Java packages, you can find exactly what you need to make Java's new version work for you.
Java in Two Semesters: Featuring JavaFX (Texts in Computer Science )
by Quentin Charatan Aaron KansThis easy-to-follow textbook teaches Java programming from first principles, as well as covering design and testing methodologies. The text is divided into two parts. Each part supports a one-semester module, the first part addressing fundamental programming concepts, and the second part building on this foundation, teaching the skills required to develop more advanced applications. <P><P> This fully updated and greatly enhanced fourth edition covers the key developments introduced in Java 8, including material on JavaFX, lambda expressions and the Stream API. <P><P> Topics and features: begins by introducing fundamental programming concepts such as declaration of variables, control structures, methods and arrays; goes on to cover the fundamental object-oriented concepts of classes and objects, inheritance and polymorphism; uses JavaFX throughout for constructing event-driven graphical interfaces; includes advanced topics such as interfaces and lambda expressions, generics, collection classes and exceptions; explains file-handling techniques, packages, multi-threaded programs, socket programming, remote database access and processing collections using streams; includes self-test questions and programming exercises at the end of each chapter, as well as two illuminating case studies; provides additional resources at its associated website (simply go to springer.com and search for "Java in Two Semesters"), including a guide on how to install and use the NetBeans™ Java IDE. Offering a gentle introduction to the field, assuming no prior knowledge of the subject, Java in Two Semesters is the ideal companion to undergraduate modules in software development or programming.
Java Lambdas and Parallel Streams
by Michael MüllerThis compact book introduces the concepts of Java lambdas and parallel streams in a concise form. It begins by introducing new supporting features such as functional interfaces, default methods and more. After this, the author demonstrates how streams can be parallelized in a very simple way—within certain limits, no knowledge about the thread management is needed. Nevertheless, some basic elements in the context of parallelism need to be considered. Here, the book provides a variety of information and best practices.What You Will LearnMaster lambdas and streamsWork with the default methodHarness streams and the stream() function Use Stream and SpliteratorTake advantage of parallel streamsWork with collectors and concurrencyWho This Book Is ForExperienced Java programmers and developers.div>
Java Language Features: Lambda Expressions, Inner Classes, Threads, I/o And Collections
by Kishori SharanWork with essential and advanced features of the Java programming language such as Java modules development, lambda expressions (closures), inner classes, threads, I/O, Collections, garbage collection, and more. Author Kishori Sharan provides over 50 diagrams and 290 complete programs to help you visualize and better understand the topics covered in this book.Java Language Features, Second Edition starts with a series of chapters on the essential language features provided by Java, including annotations, reflection, and generics. These topics are then complemented by details of how to use lambda expressions, allowing you to build powerful and efficient Java programs. The chapter on threads follows this up and discusses everything from the very basic concepts of a thread to the most advanced topics such as synchronizers, the fork/join framework, and atomic variables.This book contains unmatched coverage of Java NIO, the Stream API, the Path API, the FileVisitor API, the watch service, and asynchronous file I/O. With this in-depth knowledge, your data- and file-management programs will be able to take advantage of every feature of Java's powerful I/O framework and much more.Additionally, three appendices are available for free via the Download Source Code on apress.com. These appendices will give you a head start on the most important features of Java 10 and the new Java versioning scheme.What You’ll LearnUse essential and advanced features of the Java languageCode Java annotations and inner classesWork with reflection, generics, and threadsTake advantage of the garbage collectorManage streams with the Stream APIWho This Book Is ForThose new to Java programming and continues the learning Java journey; it is recommended that you read an introductory Java programming book first, such as Beginning Java Fundamentals, from Apress.
Java lernen in abgeschlossenen Lerneinheiten: Der Einstieg in die Programmierung mit vielen Beispielen
by Sebastian DörnDieses Lehrbuch bringt Einsteiger anhand einzelner abgeschlossener Lerneinheiten das Programmieren mit Java bei. Es zeigt den Entwurf von effizienten Daten- und Ablaufstrukturen und versetzt die Leser dadurch in die Lage, algorithmische Konzepte zu verstehen und in Programmcode umzusetzen.Zentrale Lernziele sind das Verstehen der Abstraktionskonzepte moderner Programmiersprachen und das Erlernen des logischen und algorithmischen Denkens: Das Buch behandelt die strukturelle Programmierung, die Funktionsweise von Algorithmen, die Grundprinzipien der Objektorientierung und das Verarbeiten von Dateien. Die erweiterte neue Auflage umfasst auch die Bereiche Modultests, Vererbung, abstrakte Klassen, Interfaces und objektorientierte Entwurfsmuster.Zahlreiche Programmierbeispiele machen die einzelnen Konzepte begreifbar und leicht nachvollziehbar.Das Lehrbuch richtet sich an Studierende, Schüler, Lehrkräfte und an alle, die einen schnellen Einstieg in die Programmierung mit Java suchen.
A Java Library of Graph Algorithms and Optimization (Discrete Mathematics and Its Applications)
by Hang T. LauBecause of its portability and platform-independence, Java is the ideal computer programming language to use when working on graph algorithms and other mathematical programming problems. Collecting some of the most popular graph algorithms and optimization procedures, A Java Library of Graph Algorithms and Optimization provides the source code for
Java Made Simple
by P K McbrideJava is a programming language designed for use on networks, in particular the Internet, and can also be used to write full-scale applications. It is based upon C++ and is very similar in its style and structure. Java Made Simple 2nd edition concentrates on getting the reader started and assumes no prior programming knowledge. Once the essentials have been mastered, it provides the confidence to go deeper into the language and broaden and develop invaluable programming skills.
Java Memory Management: A comprehensive guide to garbage collection and JVM tuning
by Sean Kennedy Maaike van PuttenImprove application performance by tuning, monitoring and profiling both the garbage collector and JVMKey FeaturesUnderstand the different parts of Java memory and the various garbage collectors so you can select your preferred oneExplore how memory management can help to effectively improve performanceLearn how to spot and avoid memory leaks to enhance application performanceBook DescriptionUnderstanding how Java organizes memory is important for every Java professional, but this particular topic is a common knowledge gap for many software professionals. Having in-depth knowledge of memory functioning and management is incredibly useful in writing and analyzing code, as well as debugging memory problems. In fact, it can be just the knowledge you need to level up your skills and career.In this book, you'll start by working through the basics of Java memory. After that, you'll dive into the different segments individually. You'll explore the stack, the heap, and the Metaspace. Next, you'll be ready to delve into JVM standard garbage collectors. The book will also show you how to tune, monitor and profile JVM memory management. Later chapters will guide you on how to avoid and spot memory leaks.By the end of this book, you'll have understood how Java manages memory and how to customize it for the benefit of your applications.What you will learnUnderstand the schematics of debugging and how to design the application to perform wellDiscover how garbage collectors workDistinguish between various garbage collector implementationsIdentify the metrics required for analyzing application performanceConfigure and monitor JVM memory managementIdentify and solve memory leaksWho this book is forThis book is for all levels of Java professionals, regardless of whether you're a junior or senior developer, a DevOps engineer, a tester, or the system admin of a Java application. If you currently don't have in-depth knowledge of Java memory, garbage collection, and/or JVM tuning, then this book will help you to take your Java skills to the next level.
Java Message Service
by Dave Chappell Richard Monson-HaefelThis book is a thorough introduction to Java Message Service (JMS) from Sun Microsystems. It shows how to build applications using the point-to-point and publish-and-subscribe models; use features like transactions and durable subscriptions to make applications reliable; and use messaging within Enterprise JavaBeans. It also introduces a new EJB type, the MessageDrivenBean, that is part of EJB 2.0, and discusses integration of messaging into J2EE.
Java Message Service
by David A Chappell Richard Monson-HaefelThis book is a thorough introduction to Java Message Service (JMS), the standard Java application program interface (API) from Sun Microsystems that supports the formal communication known as "messaging" between computers in a network. JMS provides a common interface to standard messaging protocols and to special messaging services in support of Java programs. The messages exchange crucial data between computers, rather than between users--information such as event notification and service requests. Messaging is often used to coordinate programs in dissimilar systems or written in different programming languages.Using the JMS interface, a programmer can invoke the messaging services of IBM's MQSeries, Progress Software's SonicMQ, and other popular messaging product vendors. In addition, JMS supports messages that contain serialized Java objects and messages that contain Extensible Markup Language (XML) pages.Messaging is a powerful new paradigm that makes it easier to uncouple different parts of an enterprise application. Messaging clients work by sending messages to a message server, which is responsible for delivering the messages to their destination. Message delivery is asynchronous, meaning that the client can continue working without waiting for the message to be delivered. The contents of the message can be anything from a simple text string to a serialized Java object or an XML document.Java Message Service shows how to build applications using the point-to-point and publish-and-subscribe models; how to use features like transactions and durable subscriptions to make an application reliable; and how to use messaging within Enterprise JavaBeans. It also introduces a new EJB type, the MessageDrivenBean, that is part of EJB 2.0, and discusses integration of messaging into J2EE.
Java Message Service: Creating Distributed Enterprise Applications
by Mark Richards Richard Monson-Haefel David A ChappellJava Message Service, Second Edition, is a thorough introduction to the standard API that supports "messaging" -- the software-to-software exchange of crucial data among network computers. You'll learn how JMS can help you solve many architectural challenges, such as integrating dissimilar systems and applications, increasing scalability, eliminating system bottlenecks, supporting concurrent processing, and promoting flexibility and agility.Updated for JMS 1.1, this second edition also explains how this vendor-agnostic specification will help you write messaging-based applications using IBM's MQ, Progress Software's SonicMQ, ActiveMQ, and many other proprietary messaging services.With Java Message Service, you will:Build applications using point-to-point and publish-and-subscribe messaging modelsUse features such as transactions and durable subscriptions to make an application reliableImplement messaging within Enterprise JavaBeans (EJB) using message-driven beansUse JMS with RESTful applications and with the Spring application frameworkMessaging is a powerful paradigm that makes it easier to uncouple different parts of an enterprise application. Java Message Service, Second Edition, will quickly teach you how to use the key technology that lies behind it.