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 eve...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Beijing :
O'Reilly,
2014.
|
Edición: | 3rd edition. |
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
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.