Buy walbrzych2018.eu ?

Products related to Java:


  • A History of Plague in Java, 1911–1942
    A History of Plague in Java, 1911–1942

    In A History of Plague in Java, 1911–1942, Maurits Bastiaan Meerwijk demonstrates how the official response to the 1911 outbreak of plague in Malang led to one of the most invasive health interventions in Dutch colonial Indonesia.Eager to combat disease, Dutch physicians and officials integrated the traditional Javanese house into the "rat-flea-man" theory of transmission.Hollow bamboo frames and thatched roofs offered hiding spaces for rats, suggesting a material link between rat plague and human plague.Over the next thirty years, 1.6 million houses were renovated or rebuilt, millions more were subjected to periodic inspection, and countless Javanese were exposed to health messaging seeking to "rat-proof" their beliefs along with their houses. The transformation of houses, villages, and people was documented in hundreds of photographs and broadcast to overseas audiences as evidence of the "ethical" nature of colonial rule, proving so effective as propaganda that the rebuilding continued even as better alternatives, such as inoculation, became available.By systematically reshaping the built environment, the Dutch plague response dramatically expanded colonial oversight and influence in rural Java.

    Price: 29.99 £ | Shipping*: 0.00 £
  • Reactive Systems in Java : Resilient, Event-Driven Architecture with Quarkus
    Reactive Systems in Java : Resilient, Event-Driven Architecture with Quarkus

    Reactive systems and event-driven architecture are becoming indispensable to application design, and companies are taking note.Reactive systems ensure that applications are responsive, resilient, and elastic no matter what failures or errors may be occurring, while event-driven architecture offers a flexible and composable option for distributed systems.This practical book helps Java developers bring these approaches together using Quarkus 2.x, the Kubernetes-native Java framework. Clement Escoffier and Ken Finnigan show you how to take advantage of event-driven and reactive principles to build robust distributed systems, reducing latency and increasing throughput, particularly in microservices and serverless applications.You'll also get a foundation in Quarkus to help you create true Kubernetes-native applications for the cloud. Understand the fundamentals of reactive systems and event-driven architectureLearn how to use Quarkus to build reactive applicationsCombine Quarkus with Apache Kafka or AMQP to build reactive systemsDevelop microservices that utilize messages with Quarkus for use in event-driven architecturesLearn how to integrate external messaging systems, such as Apache Kafka, with QuarkusBuild applications with Quarkus using reactive systems and reactive programming concepts

    Price: 63.99 £ | Shipping*: 0.00 £
  • Java Programming
    Java Programming

    Discover the power of Java™ for developing applications today when you trust the engaging, hands-on approach in Farrell's JAVA PROGRAMMING, 9E.Even if you're a first-time programmer, JAVA PROGRAMMING can show you how to quickly start developing useful programs, all while still mastering the basic principles of structured and object-oriented programming.Unique, reader-friendly explanations and meaningful programming exercises emphasize business applications and game creation while useful debugging exercises and contemporary case problems further expand your understanding.Additional digital learning resources within MindTap provide interactive learning tools as well as coding IDE (Integrated Development Environment) labs for practicing and expanding your skills.

    Price: 69.99 £ | Shipping*: 0.00 £
  • Java Programming
    Java Programming

    Discover the power of Java for developing applications today with the engaging, hands-on approach in Farrell's JAVA PROGRAMMING, 10th edition.Even if you're a first-time programmer, JAVA PROGRAMMING can show you step-by-step how to quickly start developing useful programs, all while mastering the basic principles of structured and object-oriented programming.Up-to-date, reader-friendly explanations and meaningful programming and collaboration exercises emphasize business applications, while useful debugging exercises and contemporary case problems further expand your understanding.Offering anywhere, anytime learning, MindTap equips you with an additional online learning platform, interactive learning tools and auto-graded coding labs for practicing and expanding your skills.

    Price: 69.99 £ | Shipping*: 0.00 £
  • What is the bit architecture of Minecraft Java?

    Minecraft Java is a 32-bit application, meaning it can only utilize up to 4GB of RAM. This limitation can impact performance, especially when running mods or resource packs that require more memory. However, there are ways to optimize performance and allocate more memory to the game within the limitations of its 32-bit architecture.

  • Aren't Java programs recognized as Java programs?

    Yes, Java programs are recognized as Java programs. When a file is saved with a .java extension, it is recognized as a Java source code file. Additionally, when the Java program is compiled, it is converted into bytecode that can be executed by the Java Virtual Machine (JVM). Therefore, Java programs are specifically recognized and processed as Java programs by the Java development environment.

  • What are art and culture events?

    Art and culture events are gatherings or activities that showcase various forms of artistic expression, such as visual arts, music, dance, theater, literature, and more. These events provide a platform for artists to share their work with the public and engage in creative dialogue. They also offer opportunities for individuals to immerse themselves in different cultural experiences, broaden their perspectives, and appreciate the diversity of human expression. Overall, art and culture events play a vital role in enriching communities, fostering creativity, and promoting understanding and connection among people.

  • Does Java JDK 17 include Java JDK 16?

    No, Java JDK 17 does not include Java JDK 16. Each version of the Java Development Kit (JDK) is a standalone release with its own set of features, improvements, and updates. While JDK 17 may build upon the foundation laid by JDK 16, it is a separate and distinct release. Developers can choose to use either JDK 16 or JDK 17 based on their project requirements and compatibility needs.

Similar search terms for Java:


  • Effective Java
    Effective Java

    The definitive guide to Java programming language best practices from Josh Bloch Each chapter of Effective Java, Third Edition, consists of several “items,” each presented in the form of a short, stand-alone essay that provides specific advice, insight into Java platform subtleties, and code examples.The comprehensive descriptions and explanations for each item illuminate what to do, what not to do, and why.While coverage is through Java 9, this guidance covers core Java features every programmer works with, regardless of which version. Concurrency: write clear, correct, well-documented concurrent programsObjects: creating and destroying; common methodsClasses and interfaces: guidelines for making them usable, robust, and flexibleGenerics: tell the compiler what types of objects are permitted in each collection for safer and clearer programsEnums and annotations: two special-purpose families of reference typesFunctions: break a big job into smaller pieces that might well be written by different people separated by both time and space. Lambdas and streams: create function objects with more easeMethod designs: treat parameters and return values; design method signatures; document methodsExceptions: improve a program’s readability, reliability, and maintainabilityObject serialization: the dangers of serialization and how to minimize themGeneral programming: local variablescontrol structureslibrariesdata typesreflectionnative methodsoptimizationnaming conventions Programmers still consider this the best book on Java programming today.

    Price: 43.99 £ | Shipping*: 0.00 £
  • Java Illuminated
    Java Illuminated

    Written for the one- to three-term introductory programming course, the sixth edition of Java Illuminated provides learners with an interactive, user-friendly approach to learning the Java programming language.Comprehensive but accessible, the text takes a progressive approach to object-oriented programming, allowing students to build on established skills to develop new and increasingly complex classes.Java Illuminated follows an activity-based active learning approach that ensures student engagement and interest.In addition, the text presents other topics of interest, including graphical user interfaces (GUI), data structures, file input and output, and graphical applications.

    Price: 68.99 £ | Shipping*: 0.00 £
  • Java Cookbook : Problems and Solutions for Java Developers
    Java Cookbook : Problems and Solutions for Java Developers

    Java continues to grow and evolve, and this cookbook continues to evolve in tandem.With this guide, you’ll get up to speed right away with hundreds of hands-on recipes across a broad range of Java topics.You’ll learn useful techniques for everything from string handling and functional programming to network communication. Each recipe includes self-contained code solutions that you can freely use, along with a discussion of how and why they work.If you’re familiar with Java basics, this cookbook will bolster your knowledge of the language and its many recent changes, including how to apply them in your day-to-day development.This updated edition covers changes through Java 12 and parts of 13 and 14. Recipes include:Blade, Laravel's powerful custom templating toolMethods for compiling, running, and debuggingPackaging Java classes and building applicationsManipulating, comparing, and rearranging textRegular expressions for string and pattern matchingHandling numbers, dates, and timesStructuring data with collections, arrays, and other typesObject-oriented and functional programming techniquesInput/output, directory, and filesystem operationsNetwork programming on both client and serverProcessing JSON for data interchangeMultithreading and concurrencyUsing Java in big data applicationsInterfacing Java with other languages

    Price: 63.99 £ | Shipping*: 0.00 £
  • Java Cookbook : Problems and Solutions for Java Developers
    Java Cookbook : Problems and Solutions for Java Developers

    As Java continues to evolve, this cookbook continues to grow in tandem with hundreds of hands-on recipes across a broad range of Java topics.Author Ian Darwin gets developers up to speed right away with useful techniques for everything from string handling and functional programming to network communication and AI. If you're familiar with any release of Java, this book will bolster your knowledge of the language and its many recent changes, including how to apply them in your day-to-day development.Each recipe includes self-contained code solutions that you can freely use, along with a discussion of how and why they work. Downloadable from GitHub, all code examples compile successfully.This updated edition covers changes up to and including Java 21.You will:Learn how to apply many new and old Java APIsUse the new language features in recent Java versionsUnderstand the code you're maintainingDevelop code using standard APIs and good practicesExplore the brave new world of current Java developmentIan Darwin has a lifetime of experience in the software industry, having worked with Java across many platforms and types of software, from Java's initial pre-release to the present, from desktop to enterprise to mobile.

    Price: 63.99 £ | Shipping*: 0.00 £
  • Does every Java software run wherever Java runs?

    Yes, Java software is designed to be platform-independent, meaning it can run on any device or operating system that has a Java Virtual Machine (JVM) installed. This is one of the key features of Java that makes it popular for developing cross-platform applications. As long as the target device has a compatible JVM, Java software should be able to run without any issues.

  • Why can't I open Java files with Java?

    You cannot open Java files with Java because Java files are not meant to be directly executed like other types of files. Java files are source code files that need to be compiled into bytecode before they can be executed by the Java Virtual Machine (JVM). To run a Java program, you need to compile the Java source code files using a Java compiler to generate the corresponding bytecode files, which can then be executed using the JVM.

  • Will Minecraft Java Bedrock become the Java Edition?

    No, Minecraft Java and Bedrock editions will not become the same. They are two separate versions of the game with different features and capabilities. The Java Edition is developed by Mojang and is primarily for PC, while the Bedrock Edition is developed by Microsoft and is available on multiple platforms including PC, consoles, and mobile devices. While both versions receive updates and new features, they will remain distinct editions of the game.

  • What is the difference between Java and Java EE?

    Java is a programming language that is used to develop a wide variety of applications, including desktop, web, and mobile applications. Java EE (Enterprise Edition) is a set of specifications and APIs that extend the functionality of Java to support enterprise-level applications. Java EE includes additional features such as web services, messaging, and enterprise-level security, making it suitable for building large-scale, distributed applications. In summary, Java is the programming language, while Java EE is a platform that provides additional features and capabilities for building enterprise-level applications.

* All prices are inclusive of VAT and, if applicable, plus shipping costs. The offer information is based on the details provided by the respective shop and is updated through automated processes. Real-time updates do not occur, so deviations can occur in individual cases.