Java cookbook

From lambda expressions and JavaFX 8 to new support for network programming and mobile development, Java 8 brings a wealth of changes. This cookbook helps you 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 everythi...

Descripción completa

Detalles Bibliográficos
Otros Autores: Darwin, Ian F., author (author), Loukides, Michael Kosta, editor (editor), Blanchette, Meghan, editor (proofreader), Kwityn, Jasmine, proofreader (bibliographic antecedent), Haskins, Lucie, bibliographic antecedent (cover designer), Comer, Randy, cover designer (illustrator), Demarest, Rebecca, illustrator
Formato: Libro electrónico
Idioma:Inglés
Publicado: Sebastopol, California : O'Reilly 2014.
Edición:Third edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629631806719
Tabla de Contenidos:
  • Getting started : compiling, running, and debugging
  • Interacting with the environment
  • Strings and things
  • Pattern matching with regular expressions
  • Numbers
  • Dates and times, New API
  • Structuring data with Java
  • Object-oriented techniques
  • Functional programming techniques : functional interfaces, streams, parallel collections
  • Input and output
  • Directory and filesystem operations
  • Media : graphics, audio, video
  • Network clients
  • Graphical user interfaces
  • Internationalization and localization
  • Server-side Java
  • Java and electronic mail
  • Database access
  • Processing JSON data
  • Processing XML
  • Packages and packaging
  • Threaded Java
  • Reflection, or "a class named class"
  • Using Java and other languages.