Skip to main content

Handlekurv

Du får VIP-behandlingen!

Titlene er ikke tilgjengelige for kjøp
Se gjennom handlekurven din. Du kan fjerne titlene som ikke er tilgjengelige nå eller vi fjerner dem automatisk ved kassen.
titlertittel
titlertittel

Anbefalt for deg

Loading...

Java e-bøker

Hvis du liker Java-e-bøker, kommer du til å elske disse toppvalgene.
Viser 124 av 1588 resultater
Skip side bar filters
  • Head First Design Patterns

    What will you learn from this book?You know you don't want to reinvent the wheel, so you look to Design Patterns: the lessons learned by those who've faced the same software design problems. With Design Patterns, you get to take advantage of the best practices and experience of others so you can spend your time on something more challenging. Something more fun. This book shows you the patterns ... Les mer

    547,29 kr

  • Maven: The Definitive Guide

    The Definitive Guide

    For too long, developers have worked on disorganized application projects, where every part seemed to have its own build system, and no common repository existed for information about the state of the project. Now there's help. The long-awaited official documentation to Maven is here.Written by Maven creator Jason Van Zyl and his team at Sonatype, Maven: The Definitive Guide clearly explains how ... Les mer

    225,29 kr

  • (Part 1) Absolute Beginner: Java 4 Selenium WebDriver: Come Learn How To Program For Automation Testing

    av Rex Jones ...
    Are You Interested in Selenium WebDriver?This is one of the best Java books specifically for SeleniumNote: Book available on your tablet, phone, PDF, PC, Mac, and paperback (Black/White & Color). You will find details of downloading the PDF document inside the book.Why You Will Like Part 1 – Java 4 Selenium WebDriver?Part 1 – Java 4 Selenium WebDriver contains valuable information for... ... Les mer

    Gratis

  • What's New in Java 7

    Java 7 has a number of features that will please developers. Madhusudhan Konda provides an overview of these, including strings in switch statements, multi-catch exception handling, try-with-resource statements, the new File System API, extensions of the JVM, support for dynamically-typed languages, and the fork and join framework for task parallelism. ... Les mer

    Gratis

  • Get Your Hands Dirty on Clean Architecture

    Build 'clean' applications with code examples in Java

    av Tom Hombergs ...
    Gain insight into how Hexagonal Architecture can help to increase maintainability.Key FeaturesExplore ways to make your software flexible, extensible, and adaptableLearn new concepts that you can easily blend with your own software development styleDevelop the mindset of making conscious architecture decisionsBook DescriptionBuilding for maintainability is key to keep development costs low (and ... Les mer

    298,79 kr eller gratis med Kobo Plus

  • Go Programming Language (2026)

    Learn How to Program Go in One Day and Learn It Well. Go for Beginners with Hands-on Project

    Discover the Power of GO Programming: Your Gateway to Software Excellence!Are you ready to embark on a journey into the world of GO programming? Look no further – we're here to guide you through the intricacies of this dynamic language. Developed by Google luminaries Robert Griesemer, Rob Pike, and Ken Thompson in 2007, GO language offers a statically-typed syntax reminiscent of C, coupled with ... Les mer

    284,06 kr eller gratis med Kobo Plus

  • UML 2.0 in a Nutshell

    A Desktop Quick Reference

    System developers have used modeling languages for decades to specify, visualize, construct, and document systems. The Unified Modeling Language (UML) is one of those languages. UML makes it possible for team members to collaborate by providing a common language that applies to a multitude of different systems. Essentially, it enables you to communicate solutions in a consistent, tool-supported ... Les mer

    218,09 kr

  • Practical Design Patterns for Java Developers

    Hone your software design skills by implementing popular design patterns in Java

    Unravel the power of Java design patterns by learning where to apply them effectively to solve specific software design and development problemsKey FeaturesDecouple logic across objects with dependency injection by creating various vehicles with featuresFinalize vehicle construction by chaining handlers using the Chain of Responsibility PatternPlan and execute an advanced vehicle sensor initiation ... Les mer

    279,89 kr eller gratis med Kobo Plus

  • Rust Programming By Example

    Enter the world of Rust by building engaging, concurrent, reactive, and robust applications

    Discover the world of Rust programming through real-world examplesKey FeaturesImplement various features of Rust to build blazingly fast applicationsLearn to build GUI applications using Gtk-rsExplore the multi-threading aspect of Rust to tackle problems in concurrency and in distributed environmentsBook DescriptionRust is an open source, safe, concurrent, practical language created by Mozilla. It ... Les mer

    323,99 kr eller gratis med Kobo Plus

  • Living Clojure

    An Introduction and Training Plan for Developers

    av Carin Meier ...
    If you’re an experienced programmer who has not worked with Clojure before, this guide is the perfect thorough but gentle introduction for you. Author Carin Meier not only provides a practical overview of this JVM language and its functional programming concepts, but also includes a complete hands-on training course to help you learn Clojure in a structured way.The first half of the book takes you ... Les mer

    218,09 kr

  • Effective Java

    av Joshua Bloch ...
    The Definitive Guide to Java Platform Best Practices–Updated for Java 7, 8, and 9Java has changed dramatically since the previous edition of Effective Java was published shortly after the release of Java 6. This Jolt award-winning classic has now been thoroughly updated to take full advantage of the latest language and library features. The support in modern Java for multiple paradigms increases ... Les mer

    451,59 kr

  • Clojure for the Brave and True

    Learn the Ultimate Language and Become a Better Programmer

    For weeks, months—nay!—from the very moment you were born, you’ve felt it calling to you. At long last you’ll be united with the programming language you’ve been longing for: Clojure!As a Lisp-style functional programming language, Clojure lets you write robust and elegant code, and because it runs on the Java Virtual Machine, you can take advantage of the vast Java ecosystem. Clojure for the ... Les mer

    289,79 kr

  • Practical Kotlin Programming

    This book was written to help anyone who wants to learn Kotlin by examples. This book describes all the basic elements of Kotlin programming language. The following is a list of highlight topics in this book:Development EnvironmentKotlin Programming LanguageCollections and GenericsFunctions and LambdasKotlin Object OrientedKotlin LibrariesString OperationsFile OperationsError HandlingBui... ... Les mer

    31,50 kr

  • 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 ... Les mer

    463,59 kr

  • Java Web开发从0到1

    av 王树生 ...
    自20世纪以来,互联网的发展已经堪称日新月异,人们的工作、生活、学习等各个方面越来越离不开互联网Web应用。Java Web是Web应用中成熟度高、普及率高、适用性广的开源技术,几乎所有Web应用程序都需要具备Java Web技术能力。本书详解Java Web开发技术,配套示例源码、PPT课件与答疑服务。 本书分为5篇,共17章。第1篇介绍Web开发与Java Web开发,包括体系结构、相关技术、开发环境等;第2篇介绍JSP语言基础,包括JSP的基本概念、JSP指令、JSP动作、JSP注释、JSP内置对象、JavaBean技术、Servlet技术、Servlet过滤器、Servlet监听器;第3篇介绍Java Web整合开发,包括数据库基础以及Java Web操作数据库实践、EL动态网页交互表达式语言、JSTL标签语言、Ajax整合技术;第4篇介绍SSM框架,包括Spring IoC ... Les mer

    251,67 kr

  • JDBC Tutorials - Herong's Tutorial Examples

    av Herong Yang ...
    This JDBC tutorial book is a collection of notes and sample codes written by the author while he was learning JDBC technology himself. Topics include installing JDK and Derby database server; using Derby JDBC driver; database connection URLs; introduction to Result Set; Meta Data, Prepared Statement, CLOB, and BLOB; connection pooling with DBCP and C3P0. Updated in 2024 (Version v3.14) with minor ... Les mer

    163,69 kr

  • Android Studio 4.2 Development Essentials - Java Edition

    Developing Android applications using Android Studio 4.2, Java, and Android Jetpack

    av Neil Smyth ...
    Developing Android applications using Android Studio 4.2, Java, and Android JetpackKey FeaturesDesign complex and responsive user interface layouts with the Android Studio 4.2 IDEBuild view model-based apps using the Jetpack architecture and use the latest Material Design components to build modern user interface designsIntegrate with SQLite databases and the Android Room Persistence LibraryBook ... Les mer

    298,19 kr eller gratis med Kobo Plus

  • Android Studio Flamingo Essentials - Java Edition

    Developing Android Apps Using Android Studio 2022.2.1 and Java

    av Neil Smyth ...
    Fully updated for Android Studio Flamingo, this book aims to teach you how to develop Android-based applications using the Java programming language.This book begins with the basics and outlines how to set up an Android development and testing environment, followed by an overview of areas such as tool windows, the code editor, and the Layout Editor tool. An introduction to the architecture of ... Les mer

    359,71 kr

  • Derinlemesine Java Web Programming

    av Onder Teker ...
    Bu kitapta Java ile Web Programlama anlatılmaktadır. En temel konu Servlet işlendikten sonra HTML ile JSP geliştirme ayrıntılarıyla açıklanmaktadır. İleri özelliklerden EL, Taglibs, JSTL de işlenenler arasındadır. MVC, JSF & Facelet konusuna giriş düzeyinde bilgi verilmektedir. Web Services alanında, hem XML / JSON ile REST konularının temel nesnelerle gerçekleştirilmesi anlatılmakta, hem da JAX ... Les mer

    9,37 kr

  • Programming Android

    Java Programming for the New Generation of Mobile Devices

    Get thoroughly up to speed on Android programming, and learn how to create up-to-date user experiences for both handsets and tablets. With this book’s extensively revised second edition, you’ll focus on Android tools and programming essentials, including best practices for using Android 4 APIs. If you’re experienced with Java or Objective-C, you’ll gain the knowledge necessary for building well ... Les mer

    293,09 kr

  • Backbone JS

    Backbone es un Framework más popular de JavaScript que le permiten crear MVC (modelo-vista-controlador) como aplicaciones y aplicaciones de una sola página. Los principales componentes de Backbone.js son el Modelo, Vista, Colección, Router y los objetos de la clase Event.En Backbone, un modelo almacena los datos que se recuperan desde el servidor mediante RESTful JSON y se asocia con la vista. La ... Les mer

    56,34 kr

  • Curso de Programación con Java

    Cuando usamos los equipos informáticos podemos hacer muchas cosas. Un adolescente puede utilizar Internet para enviar un mensaje, un estudiante puede usar una hoja de cálculo para realizar el cálculo de un promedio o la cantidad de puntos que necesita para aprobar cada materia, un cocinero puede guardar sus recetas en un editor de texto como Word, etc. De hecho, la cantidad de productos ... Les mer

    141,56 kr

  • A Guide to Java Interviews

    av Aishik Dutta ...
    Unlock Your Next Java Role: A Guide to Java InterviewsNavigating the competitive landscape of Java interviews requires more than just coding skills – it demands strategy, deep technical understanding, and effective communication. Whether you're an aspiring junior developer or a seasoned senior engineer, A Guide to Java Interviews is your comprehensive companion to mastering the entire interview ... Les mer

    28,31 kr eller gratis med Kobo Plus

  • Derinlemesine Spring Boot Web

    av Onder Teker ...
    Bu kitap Spring Security ve Spring Web ile ilgili ileri konuları içermektedir. Kapsamda REST ve Web için güvenlik sağlanması için authentication ve authorization ile JWT (JSON Web Token) konuları yer almaktadır. Hem unit testing hem de integration testing konuları içerilmektedir. Testlerde Mockito ile mock nesnelerinin kullanımı da gösterilmektedir. WebSockets & STOMP ile iki yönlü iletişim ... Les mer

    9,37 kr