Accedi o Registrati
 

Librifolli - Alessandria
Titolo 
Autore 

 
ricerca avanzata
ricerca multipla


 

ricerca avanzata         ricerca multipla

Porta in Alto







Abbiamo rilevato che nel tuo browser Javascript è disabilitato.

Questo blocco impedirà l'esecuzione di alcune funzioni importanti del sito.
Ti invitiamo quindi a riattivarlo.

Grazie.






 
Java How to Program, Early Objects, Global Edition di Harvey Deitel, Paul J. Deitel

45,00 €

Java How to Program, Early Objects, Global Edition di Harvey Deitel, Paul J. Deitel

45,00 €

 

Java How to Program, Early Objects, Global Edition
 

Autore: Harvey Deitel, Paul J. Deitel
Editore: Pearson
Anno:
ISBN: 9781292223858
Collana: Pearson
Condizioni: NUOVO
Categoria: INFORMATICA, INGEGNERIA, JAVA
ID titolo:94342862

"Java How to Program, Early Objects, Global Edition" è in vendita da venerdì 9 agosto 2024 alle 12:55 in provincia di 

Note su "Java How to Program, Early Objects, Global Edition":
For courses in Java programming

Unparalleled breadth and depth of object-oriented programming concepts

The 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, Early 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, Late Objects, 11th Edition also is available.]

MyLabTM Programming not included. Students, if MyLab is a recommended/mandatory component of the course, please ask your instructor for the correct ISBN and course ID. MyLab should only be purchased when required by an instructor. Instructors, contact your Pearson rep for more information.

MyLab Programming is an online learning system designed to engage students and improve results. MyLab Programming consists of a set of programming exercises correlated to the programming concepts in this book. Through hundreds of practice problems, the system automatically detects errors in the logic and syntax of their code submissions and offers targeted hints that enable students to figure out what went wrong—and why.
Features

This title is a Pearson Global Edition. The Editorial team at Pearson has worked closely with educators around the world to include content which is especially relevant to students outside the United States.

Prepare students to meet Java programming challenges

Rich coverage of programming fundamentals; real-world examples.
Friendly early classes and objects presentation.
Use easily with JavaTM SE 8 and/or the new JavaTM SE 9.
Java SE 9 content is in easy-to-include-or-omit sections.
Perfect for instructors who want to stay in Java SE 8 for a while and ease into Java SE 9.
Perfect for instructors who want to add JShell (Java 9’s interactive Java) to their Java SE 8 or Java SE 9 courses.
Signature live-code approach teaches programming by presenting the concepts in the context of complete working programs.
The text’s modular organization is appropriate for introductory and intermediate programming courses, and helps instructors plan their syllabi.
Comprehensive coverage of concepts and topics:
Interactive Java through JShell–Java SE 9’s most exciting new pedagogic feature.
Java 9 topics: Modularity (online), collection factory methods and other language and API enhancements.
Lambdas, sequential and parallel streams, functional interfaces, immutability.
JavaFX GUI, 2D and 3D graphics, animation and video.
Composition vs. Inheritance, dynamic composition.
Programming to an interface not an implementation.
Files, input/output streams and XML serialization.
Concurrency for optimal multi-core performance.
Other topics: recursion, searching, sorting, generics, generic collections, data structures, optional Swing GUI, multithreading, database (JDBC TM and JPA).
Access to the Companion Website (http://www.pearsonhighered.com/deitel) is available with the purchase of a new textbook and provides extra hands-on experience and study aids, including:
Extensive VideoNotes allow students to view the problem-solving process outside of the classroom–when they need help the most. In the VideoNotes, co-author Paul Deitel patiently explains most of the programs in the book’s core chapters. Students like viewing the VideoNotes for reinforcement of core concepts and for further insights.
Additional chapters and appendices for advanced courses.
Evolving Java SE 9 content
Source code for the book’s examples (also available at http://deitel.com/books/jhtp11).

Facilitate Learning with Outstanding Applied Pedagogy

Programming Wisdom: Hundreds of valuable programming tips facilitate learning. Icons throughout the text identify Software Engineering Observations, Good Programming Practices, Common Programming Errors, Error-Prevention Tips, Portability Tips, Performance Tips, and Look-and-Feel Observations(for GUI design). These represent the best the authors have gleaned from a combined nine decades of programming and teaching experience.
Hundreds of self-review exercises with answers.
Hundreds of interesting real-world exercises and projects enable students to apply what they’ve learned in each chapter (Instructor Solutions Manual cont

New to this Edition

About the Book

Flexibility Using Java SE 8 or the New Java SE 9 (which includes Java SE 8)
Java How to Program, 11/e’s Modular Organization
Introduction and Programming Fundamentals
Flexible Coverage of Java SE 9: JShell, the Module System and Other Java SE 9 Topics
Object-Oriented Programming Flexible JavaFX/Swing GUI, Graphics and Multimedia Coverage
Data Structures and Generic Collections
Flexible Lambdas and Streams Coverage
Concurrency and Multi-Core Performance
Database: JDBC and JPA
Web-Application Development and Web Services
Optional Online Object-Oriented Design Case Study

MyLabTM Programming not included. Students, if MyLab is a recommended/mandatory component of the course, please ask your instructor for the correct ISBN and course ID. MyLab should only be purchased when required by an instructor. Instructors, contact your Pearson rep for more information.

MyLab Programming is an online learning system designed to engage students and improve results. MyLab Programming consists of a set of programming exercises correlated to the programming concepts in this book. Through hundreds of practice problems, the system automatically detects errors in the logic and syntax of their code submissions and offers targeted hints that enable students to figure out what went wrong—and why.

UPDATED! User Interface provides a new streamlined interface based on experienced user feedback. Course creation, configuration, and navigation are now easier than ever.
EXPANDED! Exercise Editor now allows you to easily create new programming exercises. In addition to assigning the hundreds of programming exercises already available in MyLab Programming, you can create and assign programming exercises to customize your course.
UPDATED! VideoNotes Tutorials provide step-by-step video tutorials specifically designed to enhance the programming concepts presented in Introduction to Java Programming. Students can view the entire problem-solving process outside of the classroom–when they need help the most.
The Plagiarism Detection Tool alerts instructors of potential plagiarism issues by checking:
Students’ average submission rate
Students’ average number of attempts until correct

Table of Contents

1. Introduction to Computers, the Internet and Java

2. Introduction to Java Applications; Input/Output and Operators

3. Introduction to Classes, Objects, Methods and Strings

4. Control Statements: Part 1; Assignment, ++ and -- Operators

5. Control Statements: Part 2; Logical Operators

6. Methods: A Deeper Look

7. Arrays and ArrayLists

8. Classes and Objects: A Deeper Look

9. Object-Oriented Programming: Inheritance

10. Object-Oriented Programming: Polymorphism and Interfaces

11. Exception Handling: A Deeper Look

12. JavaFX Graphical User Interfaces: Part 1

13. JavaFX GUI: Part 2

14. Strings, Characters and Regular Expressions

15. Files, Input/Output Streams, NIO and XML Serialization

16. Generic Collections

17. Lambdas and Streams

18. Recursion

19. Searching, Sorting and Big O

20. Generic Classes and Methods: A Deeper Look

21. Custom Generic Data Structures

22. JavaFX Graphics and Multimedia

23. Concurrency

24. Accessing Databases with JDBC

25. Introduction to JShell: Java 9’s REPL

Chapters on the Web

A. Operator Precedence Chart

B. ASCII Character Set

C. Keywords and Reserved Words

D. Primitive Types

E. Using the Debugger

Appendices on the Web

Index



Online Chapters and Appendices

26. Swing GUI Components: Part 1

27. Graphics and Java 2D

28. Networking

29. Java Persistence API (JPA)

30. JavaServer™ Faces Web Apps: Part 1

31. JavaServer™ Faces Web Apps: Part 2

32. REST-Based Web Services

33. (Optional) ATM Case Study, Part 1: Object-Oriented Design with the UML

34. (Optional) ATM Case Study, Part 2: Implementing an Object-Oriented Design

35. Swing GUI Components: Part 2

36. Java Module System and Other Java 9 Features

F. Using the Java API Documentation

G. Creating Documentation with javadoc

H. Unicode®

I. Formatted Output

J. Number Systems

K. Bit Manipulation

L. Labeled break and continue Statements

M. UML 2: Additional Diagram Types

N. Design Patterns

 

Chiedi un contatto per avere informazioni o per acquistare il libro

Chi è il venditore

 

IVANA
vende "Java How to Program, Early Objects, Global Edition"  di Harvey Deitel, Paul J. Deitel
in provincia di

Segui     Controlla le segnalazioni

Ha utilizzato Comprovendolibri 28 giorni fa.

Feedback:   feedback positivi 29 positivi    

Feedback:   feedback positivi 29 positivi

Vedi tutti i Feedback

Tempo medio di risposta del venditore: entro 5 ore  (calcolato su 28 compravendite)


Condizioni di vendita

 

I costi di spedizione sono a carico dell’acquirente.

Sotto i 2 kg:
- piego di libri ordinario + imballaggio: 2 €
- piego di libri raccomandato + imballaggio: 5€

Tra i 2kg e i 5kg:
- piego di libri ordinario + imballaggio: 4,50€
- piego di libri raccomandato + imballaggio: 8,00€

- per i libri "in regalo" l’unico prezzo previsto è quello di spedizione

Accetto pagamenti tramite PayPal(+ 0.80€) e bonifico bancario.


Una volta spedito il pacco non ho più nessuna responsabilità. Prego notare che la spedizione con piego di libri ordinario non è tracciabile e poi far recapitare il libro anche dopo 50 giorni.



Per una maggiore sicurezza
richiedi una spedizione tracciabile
(come il Piego di Libri  Raccomandato)
e un recapito telefonico
 

Invia la tua richiesta per "Java How to Program, Early Objects, Global Edition"

 

il tuo nome e cognome


 

il tuo indirizzo email
verifica attentamente che l'indirizzo sia corretto altrimenti il venditore non potrà ricontattarti.


 
IMPORTANTE: inviando il tuo indirizzo email dai il consenso che questo possa essere associato ad un feedback dal venditore e quindi possa essere reso pubblico.

 

Chiedo INFORMAZIONI su questo libro
Desidero ACQUISTARE questo libro

Scrivi qui la tua richiesta:

se vuoi acquistare il libro, scrivi il tuo indirizzo per la spedizione

Non inserire link a siti esterni

IMPORTANTE
 LEGGERE MOLTO ATTENTAMENTE 

CONSIGLI

Per l'acquisto dei libri è consigliato, onde evitare truffe, attenersi a questa semplice procedura:

  • richiedere una spedizione tracciabile (piego di libri raccomandato) con il codice per la tracciabilità
  • non utilizzare la formula Paypal "invia denaro a Familiari/Amici" con venditori senza alcun feedback;
    il venditore non pagherà le commissioni ma tu non potrai avere la protezione acquirenti e quindi non potrai eventualmente aprire una contestazione e chiedere il rimborso
  • se non viene fornito il codice di tracciabilità E IL LIBRO NON ARRIVA, entro 180 giorni aprire una contestazione su Paypal per avere il rimborso

  • VERIFICARE IL CODICE ISBN DEL LIBRO

 

QUANDO ORDINI UN LIBRO

1) una copia del messaggio verrà inoltrata anche a te per confermarti l'invio.
Poichè l'email potrebbe essere contrassegnata come spam, ti preghiamo di aggiungere *@comprovendolibri.it alla tua "lista bianca"
Se non la ricevi, verifica di aver inserito correttamente il tuo indirizzo email.

2) controlla sempre le segnalazioni prima di effettuare il pagamento

3) ti ricordiamo che la spedizione con "PIEGO DI LIBRI ORDINARIO" risulta essere NON TRACCIABILE e  quindi non da diritto ad alcun codice per monitorare lo stato di giacenza del pacco durante il suo spostamento. I tempi di consegna variano da 2 a 60 giorni.
Se chiedi la spedizione con "Piego di Libri ordinario", dichiari di accettare tutti i rischi e i pericoli, quali possono essere smarrimenti, furti, mancati recapiti da parte di portalettere appartenenti a Poste Italiane e di sollevare il venditore da ogni responsabilità inerente a queste problematiche o richiesta di rimborso, in quanto non dipendenti dal suo operato. 
NON SONO ACCETTATI FEEDBACK O SEGNALAZIONI INERENTI A QUESTA PROBLEMATICA.


D.LGS 205/2006 - D.LGS 21/2014
Aggiornato al 13 giugno 2014

Articolo 3
Definizioni

1. Ai fini del presente codice ove non diversamente previsto, si intende per :
a) consumatore o utente: la persona fisica che agisce per scopi estranei all'attività imprenditoriale, commerciale, artigianale o professionale eventualmente svolta ;
...
c) professionista: la persona fisica o giuridica che agisce nell'esercizio della propria attività imprenditoriale, commerciale, artigianale o professionale, ovvero un suo intermediario;

Art. 63.
Passaggio del rischio

1. Nei contratti che pongono a carico del professionista l'obbligo di provvedere alla spedizione dei beni il rischio della perdita o del danneggiamento dei beni, per causa non imputabile al venditore, si trasferisce al consumatore soltanto nel momento in cui quest'ultimo, o un terzo da lui designato e diverso dal vettore, entra materialmente in possesso dei beni.
2. Tuttavia, il rischio si trasferisce al consumatore già nel momento della consegna del bene al vettore qualora quest'ultimo sia stato scelto dal consumatore e tale scelta non sia stata proposta dal professionista, fatti salvi i diritti del consumatore nei confronti del vettore.

Altalex.com

Se hai letto attentamente
clicca su "Non sono un robot" qui sotto

e poi

NOTA ANTI-FRODE: Comprovendolibri.it non chiede a nessun acquirente di accedere o di creare un account. Non chiede i dati di carte di credito. Non chiede nemmeno il pagamento del libro: questo verrà pagato direttamente al venditore secondo gli accordi presi successivamente a questa richiesta.

 

 

 

 



 
   
Contatti: staff@comprovendolibri.it
Segnalazione errori: assistenza@comprovendolibri.it
Informativa sulla Privacy (GDPR) e utilizzo dei cookies
rel. 7.0 Copyright 2000-24 SARAIN MARCO - Padova (IT) - p.IVA 05180180282