Welcome to our book review site go-pdf.online!

You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.

Sign up

Java NIO
  • Language: en
  • Pages: 302

Java NIO

This title provides a complete introduction to this major improvement in the new 1.4 version of Java, the new Java.Nio package. It includes information missing from previous editions of Java that are critical to writing high-performance applications.

Regular Expression Pocket Reference
  • Language: en
  • Pages: 129

Regular Expression Pocket Reference

This handy little book offers programmers a complete overview of the syntax and semantics of regular expressions that are at the heart of every text-processing application. Ideal as a quick reference, Regular Expression Pocket Reference covers the regular expression APIs for Perl 5.8, Ruby (including some upcoming 1.9 features), Java, PHP, .NET and C#, Python, vi, JavaScript, and the PCRE regular expression libraries. This concise and easy-to-use reference puts a very powerful tool for manipulating text and data right at your fingertips. Composed of a mixture of symbols and text, regular expressions can be an outlet for creativity, for brilliant programming, and for the elegant solution. Reg...

Clojure Cookbook
  • Language: en
  • Pages: 474

Clojure Cookbook

With more than 150 detailed recipes, this cookbook shows experienced Clojure developers how to solve a variety of programming tasks with this JVM language. The solutions cover everything from building dynamic websites and working with databases to network communication, cloud computing, and advanced testing strategies. And more than 60 of the world’s best Clojurians contributed recipes. Each recipe includes code that you can use right away, along with a discussion on how and why the solution works, so you can adapt these patterns, approaches, and techniques to situations not specifically covered in this cookbook. Master built-in primitive and composite data structures Create, develop and p...

Java Examples in a Nutshell
  • Language: en
  • Pages: 721

Java Examples in a Nutshell

The author of the best-selling Java in a Nutshell has created an entire book of real-world Java programming examples that you can learn from. If you learn best "by example," this is the book for you.This third edition covers Java 1.4 and contains 193 complete, practical examples: over 21,900 lines of densely commented, professionally written Java code, covering 20 distinct client-side and server-side APIs. It includes new chapters on the Java Sound API and the New I/O API. The chapters on XML and servlets have been rewritten to cover the latest versions of the specifications and to demonstrate best practices for Java 1.4. New and updated examples throughout the book demonstrate many other ne...

Transnational Flamenco
  • Language: en
  • Pages: 296

Transnational Flamenco

This book provides insight into how flamenco travels, the forms it assumes in new locales, and the reciprocal effects on the original scene. Utilising a postnational approach to cultural identity, Martin explores the role of non-native culture brokers in cultural transmission. This concept, referred to as ‘cosmopolitan human hubs’, builds on Kiwan and Meinhof’s ‘hubs’ theory of network migration to move cultural migration and globalisation studies forwards. Martin outlines a post-globalisation flamenco culture through analysis of ethnographic research carried out in the UK, Sevilla and Madrid. Insight into these glocal scenes characterises flamenco as a historically globalized art complex, represented in various hubs around the world. This alternative approach to music migration and globalisation studies will be of interest to students and scholars across leisure studies, musicology, sociology and anthropology.

Java Network Programming
  • Language: en
  • Pages: 506

Java Network Programming

This practical guide provides a complete introduction to developing network programs with Java. You’ll learn how to use Java’s network class library to quickly and easily accomplish common networking tasks such as writing multithreaded servers, encrypting communications, broadcasting to the local network, and posting data to server-side programs. Author Elliotte Rusty Harold provides complete working programs to illustrate the methods and classes he describes. This thoroughly revised fourth edition covers REST, SPDY, asynchronous I/O, and many other recent technologies. Explore protocols that underlie the Internet, such as TCP/IP and UDP/IP Learn how Java’s core I/O API handles network input and output Discover how the InetAddress class helps Java programs interact with DNS Locate, identify, and download network resources with Java’s URI and URL classes Dive deep into the HTTP protocol, including REST, HTTP headers, and cookies Write servers and network clients, using Java’s low-level socket classes Manage many connections at the same time with the nonblocking I/O

Head First Java
  • Language: en
  • Pages: 1288

Head First Java

What will you learn from this book? Head First Java is a complete learning experience in Java and object-oriented programming. With this book, you'll learn the Java language with a unique method that goes beyond how-to manuals and helps you become a great programmer. Through puzzles, mysteries, and soul-searching interviews with famous Java objects, you'll quickly get up to speed on Java's fundamentals and advanced topics including lambdas, streams, generics, threading, networking, and the dreaded desktop GUI. If you have experience with another programming language, Head First Java will engage your brain with more modern approaches to coding--the sleeker, faster, and easier to read, write, and maintain Java of today. What's so special about this book? If you've read a Head First book, you know what to expect--a visually rich format designed for the way your brain works. If you haven't, you're in for a treat. With Head First Java, you'll learn Java through a multisensory experience that engages your mind, rather than by means of a text-heavy approach that puts you to sleep.

eBook: Database Systems Concepts 6e
  • Language: en
  • Pages: 1376

eBook: Database Systems Concepts 6e

  • Type: Book
  • -
  • Published: 2010-06-16
  • -
  • Publisher: McGraw Hill

eBook: Database Systems Concepts 6e

Java Cookbook
  • Language: en
  • Pages: 639

Java Cookbook

Java continues to grow and evolve, and this cookbook continues to evolve in tandem. With this guide, you’ll get up to speed right away with hundreds of hands-on recipes across a broad range of Java topics. You’ll learn useful techniques for everything from string handling and functional programming to network communication. Each recipe includes self-contained code solutions that you can freely use, along with a discussion of how and why they work. If you’re familiar with Java basics, this cookbook will bolster your knowledge of the language and its many recent changes, including how to apply them in your day-to-day development. This updated edition covers changes through Java 12 and pa...

Java Enterprise in a Nutshell
  • Language: en
  • Pages: 902

Java Enterprise in a Nutshell

With the recent release of Java 2 Enterprise Edition 1.4, developers are being called on to add even greater, more complex levels of interconnectivity to their applications. To do this, Java developers need a clear understanding of how to apply the new APIs, and the capabilities and pitfalls in the program--which they can discover in this edition.