Murach's Java Programming - Paperback, by Murach Joel - ACCEPTABLE

BOOKS AND THINGS LLC
(667)
Vendedor profesional
Registrado como vendedor profesional
USD19,98
Aproximadamente17,23 EUR
Estado:
Aceptable
Respira tranquilidad. Se aceptan devoluciones.
¡Corre antes de que se agote! 1 usuario tiene este artículo en seguimiento.
Envío:
USD6,72 (aprox. 5,79 EUR) USPS Media MailTM.
Ubicado en: Omaha, Nebraska, Estados Unidos
Entrega:
Entrega prevista entre el jue. 4 dic. y el mar. 9 dic. a 94104
Calculamos el plazo de entrega con un método patentado que combina diversos factores, como la proximidad del comprador a la ubicación del artículo, el servicio de envío seleccionado, el historial de envíos del vendedor y otros datos. Los plazos de entrega pueden variar, especialmente en épocas de mucha actividad.
Devoluciones:
30 días para devoluciones. El comprador paga el envío de la devolución..
Pagos:
    Diners Club

Compra con confianza

Garantía al cliente de eBay
Si no recibes el artículo que has pedido, te devolvemos el dinero. Más informaciónGarantía al cliente de eBay - se abre en una nueva ventana o pestaña
El vendedor asume toda la responsabilidad de este anuncio.
N.º de artículo de eBay:236398530442
Última actualización el 19 nov 2025 03:06:05 H.EspVer todas las actualizacionesVer todas las actualizaciones

Características del artículo

Estado
Aceptable: Libro con un desgaste evidente. La tapa puede tener algunos desperfectos, pero el libro ...
Book Title
Murach's Java Programming
ISBN
9781943872879
Categoría

Acerca de este producto

Product Identifiers

Publisher
Mike Murach & Associates, Inc.
ISBN-10
1943872872
ISBN-13
9781943872879
eBay Product ID (ePID)
13057268845

Product Key Features

Number of Pages
704 Pages
Publication Name
Murachs Java Programming
Language
English
Publication Year
2022
Subject
General
Features
New Edition
Type
Textbook
Subject Area
Computers
Author
Joel Murach
Format
Trade Paperback

Dimensions

Item Weight
49.4 Oz
Item Length
10.2 in
Item Width
7.1 in

Additional Product Features

Edition Number
6
Intended Audience
Trade
Dewey Edition
23
Illustrated
Yes
Dewey Decimal
005.133
Edition Description
New Edition
Table Of Content
An introduction to Java; How to write your first applications; How to work with the primitive data types; How to code control statements; How to code methods and handle exceptions; How to test and debug an application; How to code classes; How to work with arrays and array lists; How to work with file I/O and exceptions; How to work with inheritance; More skills for object-oriented programming; How to get started with JavaFX; More skills for working with JavaFX; More skills for working with strings; More skills for working with collections; How to work with lambda expressions and streams; How to work with recursion and algorithms; How to work with dates and times; How to work with a database; Appendices; Appendix A: How to set up Windows for this book; Appendix B: How to set up macOS for this book.
Synopsis
If you want to learn Java programming but don't know where to start, this is the right book for you. From the first page, our unique self-paced approach will help you build competence and confidence in your programming skills, even if you are completely new to programming. But this is not just a book for beginners! Our self-paced approach also works for experienced programmers, helping you learn Java faster and better than you have ever learned a language before. By the time you are through, you will have mastered all of the Java skills that are needed on the job, including the skills for developing object-oriented applications that use a graphical user interface (GUI) and a database. To make this possible, section 1 of this book presents a 9-chapter course that gets anyone off to a great start building object-oriented applications in Java. Then, the next 3 sections build on that base by presenting more on object-oriented programming, the essentials for developing GUIs, and additional skills that every professional Java programmer should have, including how to work with a database., If you want to learn Java programming but don't know where to start, this is the right book for you. From the first page, our unique self-paced approach will help you build competence and confidence in your programming skills, even if you're completely new to programming.But this isn't just a book for beginners! Our self-paced approach also works ......, If you want to learn Java programming but don't know where to start, this is the right book for you. From the first page, our unique self-paced approach will help you build competence and confidence in your programming skills, even if you're completely new to programming.But this isn't just a book for beginners! Our self-paced approach also works for experienced programmers, helping you learn Java faster and better than you've ever learned a language before. By the time you're through, you will have mastered all of the Java skills that are needed on the job, including the skills for developing object-oriented applications that use a graphical user interface (GUI) and a database.To make this possible, section 1 of this book presents a 9-chapter course that gets anyone off to a great start building object-oriented applications in Java. Then, the next 3 sections build on that base by presenting more on object-oriented programming, the essentials for developing GUIs, and additional skills that every professional Java programmer should have, including how to work with a database., If you want to learn Java programming but don't know where to start, this is the right book for you. From the first page, our unique self-paced approach will help you build competence and confidence in your programming skills, even if you're completely new to programming. But this isn't just a book for beginners! Our self-paced approach also works for experienced programmers, helping you learn Java faster and better than you've ever learned a language before. By the time you're through, you will have mastered all of the Java skills that are needed on the job, including the skills for developing object-oriented applications that use a graphical user interface (GUI) and a database. To make this possible, section 1 of this book presents a 9-chapter course that gets anyone off to a great start building object-oriented applications in Java. Then, the next 3 sections build on that base by presenting more on object-oriented programming, the essentials for developing GUIs, and additional skills that every professional Java programmer should have, including how to work with a database., During the last 48 years, many customers have asked me how it is that a small publisher in Fresno can make the best programming books. The short answer is that no other publisher works the way we do. Instead of using freelance writers who get no training, we use a small staff of programmers who are trained in our proven writing and teaching methods. Instead of publishing 40+ books each year, we focus on just a few. Instead of showing pieces of code, we provide complete applications that have been checked and re-checked for accuracy. And instead of rushing books to market, we refuse to let schedule or budget interfere with quality. As I see it, that's the only way to make sure that every book we publish is the best one on its subject. That's why people often tell me that our books are the ones that they look for first whenever they need to learn a new subject. Why not try this book and see for yourself! Murach's Java Programming contents, Section 1: Get started right, Write applications that get user input, perform calculations, and display output by the end of chapter 2, Use the time-saving features of an IDE to develop and debug Java applications, Create bulletproof applications that validate user input and handle exceptions, Test and debug applications like a pro, Develop classes that define the business objects of an application, Use array lists to work with a sequence of related elements, Use file I/O to store the data for an application in a text file, Section 2: More object-oriented programming, Use inheritance, interfaces, and polymorphism in a way that's both understandable and useful in the real world, Use packages and modules to organize your code and make it easier for other programmers to use, Use records to concisely create immutable data transfer objects (DTOs), Section 3: GUI programming, Use JavaEX to develop attractive graphical user interfaces (GUIs) that handle events and validate data, Master a variety of JavaFX controls including the ComboBox, ListView, and DatePicker controls, Section 4: Add more skills as you need them, Master advanced skills for working with strings, Learn when and how to use different types of collections such as linked lists, stacks, queues, hash maps, and tree maps, Use lambda expressions and streams to process the elements in a collection in a way that's concise and flexible, Learn how recursion works and when you should use it, Use Java's latest, most intuitive API to work with dates and times, Use DB Browser to work with an embedded SQLite database, Use JDBC to write Java code that works with any database, Downloadable files and exercise solutions for NetBeans and Eclipse (see the last page of this book for details) Book jacket.

Descripción del artículo del vendedor

Información de vendedor profesional

Certifico que todas mis actividades de venta cumplirán todas las leyes y reglamentos de la UE.
Números de responsabilidad ampliada del productor (RAP):
Un vendedor tendrá un número de RAP si se ha registrado oficialmente como productor de un determinado tipo de producto y asumido la responsabilidad de gestionar los residuos generados por dicho producto.

Acerca de este vendedor

BOOKS AND THINGS LLC

100% de votos positivos2,5 mil artículos vendidos

Se unió el nov 2017
Suele responder en 24 horas
Registrado como vendedor profesional
SINGLE FAMILY RUNNING SMALL BUSINESS IN A SMOKE FREE ENVIRONMENT. WE SINCERELY CARE FOR OUR BUYERS, THAT'S THE REASON OUR PRICES ARE FAIR AND REASONABLE, WE ALSO HANDLE ALL ORDERS CAREFULLY AND ...
Ver más
Visitar tiendaContactar

Valoraciones detalladas sobre el vendedor

Promedio durante los últimos 12 meses
Descripción precisa
5.0
Gastos de envío razonables
4.9
Rapidez de envío
5.0
Comunicación
5.0

Votos de vendedor (643)

Todas las valoracionesselected
Positivas
Neutras
Negativas
  • 2***m (32)- Votos emitidos por el comprador.
    Últimos 6 meses
    Compra verificada
    Perfect seller! These books were exactly as described and a great value. The shipping was very fast and the packaging was secure. I would certainly purschase items from them again in the future and recommend their shop to other buyers.
  • e***r (1057)- Votos emitidos por el comprador.
    Mes pasado
    Compra verificada
    Great Seller! Item was as described, well packed and shipped Quickly! Thanks so much!
  • t***r (2135)- Votos emitidos por el comprador.
    Últimos 6 meses
    Compra verificada
    Everything about this transaction was very satisfactory. The book is in perfect condition, arrived carefully packaged. As described and at a great price.