Skip to main content

Carrinho

Você está recebendo o tratamento VIP!

Item(ns) indisponível(is) para compra
Verifique seu carrinho. Você pode remover os itens indisponíveis agora ou os removeremos na finalização de compra.
itensitem
itensitem

Recomendados para você

Loading...

eBooks sobre Java

Se você gosta de eBooks sobre Java, certamente vai adorar estas sugestões.
Mostrando 1033 - 1056 de 1730 resultados
Skip side bar filters
  • Java

    Best Practices to Programming Code with Java

    Séries Livros: 3 - Java Programming Series
    Are you tired of constantly finding errors in your Java code? Fed up with not being able to understand what you have written, making it difficult to identify those errors? And how many times has your code been criticized by others for a lack of readability or for not being efficient?In "Java: Best Practices to Programming Code with Java", the book information found here is designed to make things ... Leia mais

    R$ 10,90

  • Flutter for Beginners

    Introductory guide to kickstart your cross-platform mobile app career with Flutter and Dart

    Learn from real-world examples to build, launch, and maintain your own Flutter apps with this extensive beginner's guideKey FeaturesFamiliarize yourself with Dart and Flutter fundamentals through practical, real-world examplesExplore widgets, animations, and plugins to craft intuitive UIsPackage and deploy your Flutter apps to achieve native-like performancePurchase of the print or Kindle book ... Leia mais

    R$ 180,89

  • OCP Java SE 6 Programmer Practice Exams (Exam 310-065)

    Séries series Certification Press
    Don't Let the Real Test Be Your First Test!Written by two of the lead developers of the Java SE Programmer Exam, OCP Java SE 6 Programmer Practice Exams is filled with more than 260 realistic practice questions to prepare you for this challenging exam. To help you understand this material, in-depth explanations of both the correct and incorrect answers are included for every question. This ... Leia mais

    R$ 168,09

  • Java Swing Tutorials - Herong's Tutorial Examples

    de Herong Yang ...
    This tutorial book is a collection of notes and sample codes written by the author while he was learning Java Swing and AWT himself. Topics include Swing and AWT (Abstract Windows Toolkit) class library; graphical components: JButton, JCheckbox, JComboBox, JFrame, JLabel, JMenu, JRadioButton, JTextField; frame layouts; menus; dialog boxes; editor pane; Unicode and Chinese. Updated in 2024 (Version ... Leia mais

    R$ 23,87

  • Mastering Regular Expressions

    Understand Your Data and Be More Productive

    Regular expressions are an extremely powerful tool for manipulating text and data. They are now standard features in a wide range of languages and popular tools, including Perl, Python, Ruby, Java, VB.NET and C# (and any language using the .NET Framework), PHP, and MySQL.If you don't use regular expressions yet, you will discover in this book a whole new world of mastery over your data. If you ... Leia mais

    R$ 66,99

  • Java面向对象程序设计:AI大模型给程序员插上翅膀

    随着云计算、物联网、大数据、人工智能等新一代信息技术的发展,Java 作为一种高性能、跨平台的编程语言,有着广泛的应用。本书从应用的角度详尽介绍了 Java 开发的核心技术。 ... Leia mais

    R$ 97,66

  • Java代码审计(入门篇)

    de 徐焱 ...
    本书由浅入深、全面、系统地介绍了Java代码审计的流程、Java Web漏洞产生的原理以及实战讲解,并力求语言通俗易懂、举例简单明了,便于读者阅读领会。同时结合具体案例进行讲解,可以让读者身临其境,快速了解和掌握主流的Java代码安全审计技巧。阅读本书不要求读者具备代码审计的相关背景,如有相关经验,对理解本书内容会更有帮助。本书也可作为高等院校信息安全专业的教材。 ... Leia mais

    R$ 146,30

  • MASTER REACT.JS PART 3

    de 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 ... Leia mais

    R$ 18,87

  • JavaScript for Beginners

    Learn Javascript Language Quickly And Easily With This Comprehensive Guide. Tips and Tricks for Coding and Programming (2022 Crash Course for Newbies)

    de Edie Clem ...
    Do you want to become a top-tier programmer quickly?Are you concerned about technical complexities, or have you never worked with a programming language?Then continue reading...This beginner's guide will walk you through the fundamentals of programming step by step. Even though learning code may seem time-consuming and challenging, with this book, you wil... ... Leia mais

    R$ 18,87

  • The Java EE 6 Tutorial

    Advanced Topics

    Séries series Java Series
    The Java EE 6 Tutorial: Advanced Topics, Fourth Edition, is a task-oriented, example-driven guide to developing enterprise applications for the Java Platform, Enterprise Edition 6 (Java EE 6). Written by members of the Java EE 6 documentation team at Oracle, this book provides new and intermediate Java programmers with a deep understanding of the platform.   This guide–which builds on the ... Leia mais

    R$ 156,09

  • JavaScript Fundamentals

    The JavaScript Study Brief provides the end-user with a concise overview and quick reference help on the fundamentals of this cross-platform object-based scripting language. The JavaScript Fundamentals Study Brief is intended as a helpful learning resource, offering expert guidance for new and developing end users, as well as a quick refresher of essentials for the occasional experienced user. Key ... Leia mais

    R$ 18,86

  • JAVA Project On Fee Management System- For Beginner and Advanced

    Project, #2

    Séries Livros: 2 - Project
    This is the SRS and Design Document for Java Project for Beginners and Advanced: Fee Management System. The purpose of the online fee payment system is to ease the fees payments and to create a convenient and easy-to-use application for students, trying to pay college fees. The system is based on java and OOPS concepts where we also use the database to store the data of the student. We use the ... Leia mais

    R$ 81,99

  • BIRT

    A Field Guide to Reporting

    The world-wide developer community has downloaded over three million copies of BIRT (Business Intelligence and Reporting Tools) from the Eclipse web site. Built on the open-source Eclipse platform, BIRT is a powerful reporting system that provides an end-to-end solution, from creating and deploying reports to integrating report capabilities in enterprise applications.The first in a two-book series ... Leia mais

    R$ 171,69

  • SRE with Java Microservices

    In a microservices architecture, the whole is indeed greater than the sum of its parts. But in practice, individual microservices can inadvertently impact others and alter the end user experience. Effective microservices architectures require standardization on an organizational level with the help of a platform engineering team.This practical book provides a series of progressive steps that ... Leia mais

    R$ 74,89

  • MASTER REACT.JS PART 2

    de 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 ... Leia mais

    R$ 18,87

  • ANDROID DEVELOPMENT PART 1

    de m.furqan riaz ...
    Android software development is the process by which applications are created for devices running the Android operating system. Google states that "Android apps can be written using Kotlin, Java, and C++ languages" using the Android software development kit (SDK), while using other languages is also possible.In this book the languages used for android development are xml and javascript.It is ... Leia mais

    R$ 18,87

  • Java EE 8 Microservices

    Learn how the various components of Java EE 8 can be used to implement the microservice architecture

    Build microservices-based enterprise applications with the latest version of Java EEKey FeaturesCreate microservices in Spring and deploy them with Docker and MesosExamine a number of real-world use cases and hands-on code examplesDevelop distributed applications based on microservices architectureBook DescriptionCloud-based applications have been increasingly in demand, and this has caused a ... Leia mais

    R$ 153,19

  • Scala for the Impatient

    de Cay Horstmann ...
    This is the eBook of the printed book and may not include any media, website access codes, or print supplements that may come packaged with the bound book.Interest in the Scala programming language continues to grow for many reasons. Scala embraces the functional programming style without abandoning the object-oriented paradigm, and it allows you to write programs more concisely than in Java. ... Leia mais

    R$ 122,59

  • Core Servlets and JavaServer Pages, Volume 2

    Advanced Technologies

    Java EE is the technology of choice for e-commerce applications, interactive Web sites, and Web-enabled services. Servlet and JSP technology provides the link between Web clients and server-side applications on this platform. Core Servlets and JavaServer Pages, Volume 2: Advanced Technologies, Second Edition, is the definitive guide to the advanced features and capabilities provided by servlets ... Leia mais

    R$ 171,69

  • Spring Boot 2 Recipes

    A Problem-Solution Approach

    de Marten Deinum ...
    Solve all your Spring Boot 2 problems using complete and real-world code examples. When you start a new project, you’ll be able to copy the code and configuration files from this book, and then modify them for your needs. This can save you a great deal of work over creating a project from scratch.Using a problem-solution approach, Spring Boot 2 Recipes quickly introduces you to Pivotal's Spring ... Leia mais

    R$ 251,49

  • Java Programming

    Lecture Note

    de Taeho Jo ...
    This book is concerned with Java Programming. It consists of eight lectures and each page is given as a slide. This book is intended for reviewing Java Programming briefly. Considering reading full text takes much time, so this book provides slides for scanning the contents. ... Leia mais

    R$ 47,24

  • Microsserviços e EJB

    Escale sua aplicação, não a complexidade

    Seja no modelo tradicional ou de microsserviços, separar nossa aplicação em partes menores facilita a escalabilidade, a manutenção, dentre outras qualidades que buscamos nos nossos projetos. Para desenvolver um bom back-end, não basta seguir uma receita pronta. É preciso realmente entender as ferramentas para tirar o máximo delas sem comprometer o desempenho. Em java, dentre as tecnologias para ... Leia mais

    R$ 49,90

  • Java 9

    Interativo, reativo e modularizado

    Séries series Caelum
    Com mais de 20 anos de plataforma, um novo Java surge com novidades importantes. O destaque especial vai para o sistema de módulos, o Jigsaw, e a modularização do próprio JDK. A linguagem também ficou interativa, com a adição de uma ferramenta de REPL (Read-Eval-Print Loop), e mais reativa, com uma API de fluxos inteiramente dedicada aos famosos Reactive Streams. As APIs de HTTP/2 Client, Logging ... Leia mais

    R$ 49,90

  • Система модулей Java

    Создать надёжное и безопасное приложение гораздо проще, если упаковать код в аккуратные блоки. Система модулей в Java представляет собой языковой стандарт для создания таких блоков. Теперь вы можете контролировать взаимодействия различных JAR и легко обнаруживать недостающие зависимости. Фундаментальные изменения архитектуры затронули ядро Java, начиная с версии 9. Все API ядра распространяются в ... Leia mais

    R$ 37,90

    Pré-venda