Skip to main content

カート

VIP 特典をお楽しみいただけます!

購入できない書籍
お買い物かごをご確認ください。購入不可の商品を削除できます。削除されなかった購入不可の商品は、購入手続き時に削除されます。

おすすめ

Loading...

Java 電子書籍

Java の本がお好きな方におすすめです。
1727件の検索結果中14891512を表示
Skip side bar filters
  • Java Closures and Lambda

    Robert Fischer ...
    シリーズ series Professional and Applied Computing (R0)
    Java Closures and Lambda introduces you to significant new changes to the Java language coming out of what is termed Project Lambda. These new changes make their debut in Java 8, and their highlight is the long-awaited support for lambda expressions in the Java language. You’ll learn to write lambda expressions and use them to create functional interfaces and default methods for evolving APIs, ... もっと見る

    4,613 円

  • Practical Network Security with OpenSSL

    Gain practical OpenSSL skills for real-world cybersecurity challenges Key Features ● Master OpenSSL’s command-line tools and C APIs to build secure and practical cryptographic applications. ● Gain a complete understanding of cryptography from foundational theory to advanced hardware integration with OpenSSL Engines. ● Apply your OpenSSL knowledge to real-world use cases including IoT security PKI ... もっと見る

    2,510 円

  • Doğrudan Java Web Enterprise Mobile Programming

    Zafer Teker ...
    Doğrudan Java Web Enterprise Mobile Programming Kitabı - Zafer TekerBu kitapta Java ile piyasada yazılım geliştirmek için bilinmesi gereken konular anlatılmaktadır. Web üzerinde geliştirme için kullanılan temel teknolojiler anlatıldığı gibi web ve database konusunda MVC ve ORM gibi çatılar da işlenmektedir. Bunların dışında dağıtık programlama için gereken XML & Web Services, EJB & JMS gibi ... もっと見る

    150 円

  • Alfresco CMIS

    The book will show readers how to use Alfresco''s implementation of CMIS through a tutorial-based approach. It also has plenty of examples to help illustrate the concepts that you will learn. If you are a developer who wants to learn how to build applications that talk to content management servers in a standard way using CMIS, this book is ideal for you. It will be helpful if you have a bit of ... もっと見る

    3,002 円

  • Java Performance Optimization

    From Basics to Expert Proficiency

    William Smith ...
    "Java Performance Optimization: From Basics to Expert Proficiency" is an authoritative guide designed to empower Java developers at all levels with the techniques and insights needed to achieve optimal performance in their applications. This comprehensive book covers essential topics, including memory management, garbage collection tuning, multithreading and concurrency, code optimization, data ... もっと見る

    1,100 円

  • 3ステップでしっかり学ぶ Java入門[改訂2版]

    シリーズ series 3ステップでしっかり学ぶ
    【ご注意:本書は固定レイアウト型の電子書籍です。ビューア機能が制限されたり、環境により表示が異なる場合があります。】「3ステップでしっかり学ぶ」シリーズのJavaの入門書です。初めてJavaのプログラミングを学習する人のために,文法の基本をやさしく解説しています。「ここでやること」「やってみよう」「理解しよう」という,予習→体験→理解の3つのプロセスを踏むことで,Javaの基礎がしっかり,やさしく身に付きます。最新のJava9対応版。 ... もっと見る

    2,728 円

  • Android Studio 2 Essentials

    A fast-paced guide to get you up and running with Android application development using Android Studio 2

    A fast-paced guide to get you up and running with Android application development using Android Studio 2Key Features\[\*\] Configure, build, and run Android projects with Android Studio 2\[\*\] Test your apps using the Android emulator and learn how to manage virtual devices\[\*\] Explore how Android Studio 2 can be made a part of your workflow to reduce the overall development timeBook ... もっと見る

    3,530 円

  • Data Analytics with Hadoop

    An Introduction for Data Scientists

    Ready to use statistical and machine-learning techniques across large data sets? This practical guide shows you why the Hadoop ecosystem is perfect for the job. Instead of deployment, operations, or software development usually associated with distributed computing, you’ll focus on particular analyses you can build, the data warehousing techniques that Hadoop provides, and higher order data ... もっと見る

    1,989 円

  • High Performance with Java

    Discover strategies and best practices to develop high performance Java applications

    Take your Java programming skills to the next level and learn to overcome real-world challenges to optimize application performanceKey FeaturesLeverage key features of the Java Virtual Machine to maximize runtime performanceUnlock optimization strategies to effectively manage objects and memory useApply your knowledge to utilize frameworks and libraries ripe for increasing program ... もっと見る

    3,787 円

  • 50 Java Concepts Every Developer Should Know

    Hernando Abella ...
    "Java developers are among the most in-demand and highly-paid professionals in the tech industry"This Book is wonderful because it has not only fundamental concepts but also intermediate and advanced ones.You will learn topics such as:✅Design patterns in Java.✅Thread Synchronization.✅Enumerations.✅Collections and Methods✅API Creation with Spring Framework.and many more concepts that will help you ... もっと見る

    1,450 円

  • OWASP ZAPとGitHub Actionsで自動化する脆弱性診断

    松本 隆則 ...
    シリーズ series 技術の泉シリーズ
    オープンソースの脆弱性診断ツール「OWASP ZAP」とCI/CDツール「GitHub Actions」を使用して脆弱性診断作業を自動化するためのノウハウを集めた書籍です。脆弱性診断の「内製化」を進めるきっかけになればと思います。前半ではJavaで作られたサンプルアプリケーションに対して自動診断を実施する方法を説明しています。前半では最低限の設定で自動診断を実施し、後半ではその設定では診断できないログイン後の画面を診断する方法を解説しています。【目次】第1章 Quick Start第2章 GitHub Actionsのワークフロー第3章 デフォルト設定による自動診断の問題点第4章 ちょっと複雑な診断対象アプリのセットアップ第5章 ワークフローを新規追加第6章 OWASP ZAPのログイン設定第7章 GitHub Actionsにコンテキストを登録第8章 ワークフロー修正付録A Java ... もっと見る

    1,980 円

  • Ultimate Apache Superset for Data Visualization and Analytics

    Apache Superset to Master Data Visualization and Build High-Impact BI Solutions Key Features ● Learn to install, configure, and use Superset to create visualizations and build interactive dashboards. ● Apply your learning to real-world data scenarios and business use cases, ensuring you can immediately apply these skills in your role. ● Customize Superset with custom visualizations, integrate it ... もっと見る

    2,510 円

  • 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 ... もっと見る

    3,787 円

  • 基礎&応用力をしっかり育成!Androidアプリ開発の教科書 第3版 Java対応 なんちゃって開発者にならないための実践ハンズオン

    人気シリーズのJava対応版が最新環境に対応してリニューアル!SDKバージョンに左右されない「Androidアプリ開発の基礎力」を習得しよう好評のAndroidアプリ開発の入門書が、「Android Studio 202x.~」に対応して改訂!本書は、Java言語の学習者を対象として、ハンズオン形式でサンプルプログラムを作りながら、Androidアプリ開発に必要な基礎知識やSDKの機能、プログラミングテクニックを学ぶことができる書籍です。最新の開発環境Android Studio Dolphin(2021.3.1)を利用し、アプリ開発の基本手順から、ビュー・アクティビティ、イベント・リスナ、リストビュー・ダイアログ、画面遷移・Intentクラス、オプション・コンテキストメニュー、フラグメントの使い方など、SDKのバージョンが上がっても通用する「Androidアプリ開発の基礎力」を積み上げ ... もっと見る

    3,135 円

  • Client-Server Web Apps with JavaScript and Java

    Rich, Scalable, and RESTful

    As a Java programmer, how can you tackle the disruptive client-server approach to web development? With this comprehensive guide, you’ll learn how today’s client-side technologies and web APIs work with various Java tools. Author Casimir Saternos provides the big picture of client-server development, and then takes you through many practical client-server architectures. You’ll work with hands-on ... もっと見る

    2,262 円

  • Living Clojure

    An Introduction and Training Plan for Developers

    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 ... もっと見る

    2,895 円

  • Instant Apache Camel Message Routing

    Bilgin Ibryam ...
    Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks. This short, instruction-based guide shows you how to perform application integration using the industry standard Enterprise Integration Patterns. This book is intended for Java developers who are new to Apache Camel and message- oriented applications. ... もっと見る

    2,287 円

  • Programming Kotlin

    Create Elegant, Expressive, and Performant JVM and Android Applications

    Programmers don't just use Kotlin, they love it. Even Google has adopted it as a first-class language for Android development. With Kotlin, you can intermix imperative, functional, and object-oriented styles of programming and benefit from the approach that's most suitable for the problem at hand. Learn to use the many features of this highly concise, fluent, elegant, and expressive statically ... もっと見る

    4,074 円

  • 神经网络算法与Java编程

    Chinese Edition

    用Java代码释放神经网络无穷力量Key Features本书完整地演示了使用Java开发神经网络的过程既有非常基础的实例也有高级实例。Book Description神经网络已成为从大量原始的,看似无关的数据中提取有用知识的强大技术。 Java语言是用于实现神经网络的最合适的工具之一,也是现阶段非常流行的编程语言之一,包含多种有助于开发的API和包,具有“一次编写,随处运行”的可移植性。 本书完整地演示了使用Java开发神经网络的过程,既有非常基础的实例也有高级实例。首先,你将学习神经网络的基础知识、感知机及其特征。 然后,你将使用学到的概念来实现自组织映射网络。 此外,你还会了解一些应用,如天气预报、疾病诊断、客户特征分析和光学字符识别(OCR)等。 最后,你将学习实时优化和自适应神经网络的方法。 本书所有的示例都提供了说明性的源代码,这些源代码综合了面向对象编程(OOP ... もっと見る

    1,636 円

  • Learn Android Studio 4

    Efficient Java-Based Android Apps Development

    Ted Hagos ...
    シリーズ series Professional and Applied Computing (R0)
    Build and deploy your Java-based Android apps using the popular and efficient Android Studio 4 suite of tools, an integrated development environment (IDE) for today's Android developers. With this book, you’ll learn the latest and most productive tools in the Android tools ecosystem, ensuring quick Android app development and minimal effort on your part.Among these tools, you'll use the new ... もっと見る

    7,292 円

  • Spock Framework

    Testes automatizados ágeis para Java e REST

    José Yoshiriro ...
    Versão atualizada para Spock 2.3-groovy-4.0. A presença de testes automatizados é importante para dar segurança em qualquer código. Seja para refatorá-lo, mantê-lo, seja para inserir novas funcionalidades, os testes permitem uma detecção mais rápida quando algum comportamento anterior é quebrado. Um software interage com diversos recursos dentro de seu ecossistema e provê diferentes tipos de ... もっと見る

    1,500 円

  • Ultimate Modern jQuery for Web App Development

    Laurence Svekis ...
    Turbocharge Your Web Projects with Lightning-fast Element Manipulation, Fluid Animations, and Effortless AJAX Integration of jQuery Key Features ● Unlock the Full Potential of jQuery with Clear, Concise Syntax Explanations and Real-world Examples. ● Master the Art of Manipulating HTML Elements with Precision and Ease, Empowering You to Craft Dynamic Web Pages. ● Harness the Power of Asynchronous ... もっと見る

    2,259 円

  • MASTER REACT.JS PART 4

    m.furqan riaz ...
    ReactJS is an open-source, component-based front end library responsible only for the view layer of the application. It is maintained by Facebook. React uses a declarative paradigm that makes it easier to reason about your application and aims to be both efficient and flexible.React JS is a javascript library originally developed by Facebook. It helps in building highly engaging single-page web ... もっと見る

    671 円

  • The Android Game Developer???s Handbook

    Discover an all in one handbook to developing immersive and cross-platform Android games

    Avisekhar Roy ...
    Discover an all in one handbook to developing immersive and cross-platform Android gamesKey Features\[\*\]Practical tips and tricks to develop powerful Android games\[\*\]Learn to successfully implement microtransactions and monitor the performance of your game once it’s out live.\[\*\]Integrate Google’s DIY VR tool and Google Cardboard into your games to join in on the VR revolutionBook ... もっと見る

    4,391 円