null

Recently Viewed

Java

Filter By

Sort By:

Display Type:
Filters
  • Book
  • Qty in Cart
  • Quantity
  • Price
  • Subtotal
  • DevOps Tools for Java Developers: Best Practices from Source Code to Production Containers by Stephen Chin

    DevOps Tools for Java Developers: Best Practices from Source Code to Production Containers by Stephen Chin

    RRP: £52.99
    Booksplease Price: £34.25
    With the rise of DevOps, low-cost cloud computing, and container technologies, the way Java developers approach development today has changed dramatically. This practical guide helps you take advantage of microservices, serverless, and cloud native...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £52.99
    Booksplease Price: £34.25
    Subtotal:
  • Effective Java by Joshua Bloch 9780134685991

    Effective Java by Joshua Bloch 9780134685991

    RRP: £43.99
    Booksplease Price: £32.48
    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...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £43.99
    Booksplease Price: £32.48
    Subtotal:
  • JavaScript in easy steps Mike McGrath 9781840788778

    JavaScript in easy steps Mike McGrath 9781840788778

    RRP: £11.99
    Booksplease Price: £8.22
    JavaScript in easy steps, 6th edition instructs the user how to create exciting web pages that employ the power of JavaScript to provide functionality. You need have no previous knowledge of any scripting language so it's ideal for the newcomer to...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £11.99
    Booksplease Price: £8.22
    Subtotal:
  • Head First Design Patterns: Building Extensible and Maintainable Object-Oriented Software Eric Freeman 9781492078005

    Head First Design Patterns: Building Extensible and Maintainable Object-Oriented Software Eric Freeman 9781492078005

    RRP: £63.99
    Booksplease Price: £41.51
    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...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £63.99
    Booksplease Price: £41.51
    Subtotal:
  • Java in a Nutshell: A Desktop Quick Reference by Benjamin J Evans

    Java in a Nutshell: A Desktop Quick Reference by Benjamin J Evans

    RRP: £52.99
    Booksplease Price: £34.21
    This updated edition of the Nutshell guide not only helps experienced Java programmers get the most out of versions through Java 17, it also serves as a learning path for new developers. Chock-full of examples that demonstrate how to take complete...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £52.99
    Booksplease Price: £34.21
    Subtotal:
  • Beginning Java 17 Fundamentals: Object-Oriented Programming in Java 17 by Kishori Sharan

    Beginning Java 17 Fundamentals: Object-Oriented Programming in Java 17 by Kishori Sharan

    RRP: £54.99
    Booksplease Price: £45.72
    Learn the fundamentals of the Java 17 LTS or Java Standard Edition version 17 Long Term Support release, including basic programming concepts and the object-oriented fundamentals necessary at all levels of Java development. Authors Kishori Sharan and...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £54.99
    Booksplease Price: £45.72
    Subtotal:
  • Thinking in Java by Bruce Eckel

    Thinking in Java by Bruce Eckel

    RRP: £55.49
    Booksplease Price: £42.17
    " Thinking in Java should be read cover to cover by every Java programmer, then kept close at hand for frequent reference. The exercises are challenging, and the chapter on Collections is superb! Not only did this book help me to pass the Sun...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £55.49
    Booksplease Price: £42.17
    Subtotal:
  • Java: A Beginner's Guide, Ninth Edition by Herbert Schildt

    Java: A Beginner's Guide, Ninth Edition by Herbert Schildt

    RRP: £30.99
    Booksplease Price: £28.11
    A practical introduction to Java programming-fully revised for the latest version, Java SE 17Thoroughly updated for Java Platform Standard Edition 17, this hands-on resource shows, step by step, how to get started programming in Java from the very first...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £30.99
    Booksplease Price: £28.11
    Subtotal:
  • Hadoop - The Definitive Guide 4e Tom White 9781491901632

    Hadoop - The Definitive Guide 4e Tom White 9781491901632

    RRP: £51.99
    Booksplease Price: £34.13
    Ready to unlock the power of your data? With the fourth edition of this comprehensive guide, you'll learn how to build and maintain reliable, scalable, distributed systems with Apache Hadoop. This book is ideal for programmers looking to analyze datasets...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £51.99
    Booksplease Price: £34.13
    Subtotal:
  • Optimizing Java: Practical techniques for improving JVM application performance by Benjamin J. Evans 9781492025795

    Optimizing Java: Practical techniques for improving JVM application performance by Benjamin J. Evans 9781492025795

    RRP: £47.99
    Booksplease Price: £41.71
    Performance tuning is an experimental science, but that doesn't mean engineers should resort to guesswork and folklore to get the job done. Yet that's often the case. With this practical book, intermediate to advanced Java technologists working with...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £47.99
    Booksplease Price: £41.71
    Subtotal:
  • Getting Started with Processing, 2E Casey Reas 9781457187087

    Getting Started with Processing, 2E Casey Reas 9781457187087

    RRP: £19.99
    Booksplease Price: £14.39
    Processing opened up the world of programming to artists, designers, educators, and beginners. This short book gently introduces the core concepts of computer programming and working with Processing. Written by the co-founders of the Processing project,...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £19.99
    Booksplease Price: £14.39
    Subtotal:
  • Definitive ANTLR 4 Reference by Terence Parr

    Definitive ANTLR 4 Reference by Terence Parr

    RRP: £29.50
    Booksplease Price: £19.50
    Programmers run into parsing problems all the time. Whether it's a data format like JSON, a network protocol like SMTP, a server configuration file for Apache, a PostScript/PDF file, or a simple spreadsheet macro language--ANTLR v4 and this book will...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £29.50
    Booksplease Price: £19.50
    Subtotal:
  • Java in easy steps Mike McGrath 9781840788730

    Java in easy steps Mike McGrath 9781840788730

    RRP: £11.99
    Booksplease Price: £8.22
    Java in easy steps, 7th edition instructs you how to easily create your own Java programs. The book contains separate chapters on the major features of the Java language. Complete example programs with colorized code illustrate each important aspect of...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £11.99
    Booksplease Price: £8.22
    Subtotal:
  • Java Concepts, International Student Version Cay S. Horstmann (San Jose State University) 9781118318768

    Java Concepts, International Student Version Cay S. Horstmann (San Jose State University) 9781118318768

    RRP: £47.99
    Booksplease Price: £44.53
    Cay Horstmann's seventh edition of Java Concepts provides an approachable introduction to fundamental programming techniques and design skills, helping students master basic concepts and become competent coders. Major rewrites and an updated visual...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £47.99
    Booksplease Price: £44.53
    Subtotal:
  • OCA / OCP Java SE 8 Programmer Practice Tests Scott Selikoff (Selikoff Solutions, LLC) 9781119363392

    OCA / OCP Java SE 8 Programmer Practice Tests Scott Selikoff (Selikoff Solutions, LLC) 9781119363392

    RRP: £32.00
    Booksplease Price: £21.41
    Test your knowledge and prepare for the OCA/OCP exams OCA/OCP Java SE 8 Programmer Practice Tests complements the Sybex OCA: Oracle Certified Associate Java SE 8 Programmer I Certification Study Guide and the OCP: Oracle Certified Professional Java SE 8...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £32.00
    Booksplease Price: £21.41
    Subtotal:
  • Java All–in–One For Dummies, 7th Edition by D Lowe

    Java All–in–One For Dummies, 7th Edition by D Lowe

    RRP: £34.99
    Booksplease Price: £23.23
    A beginning coder's resource for learning the most popular coding language With Java All-in-One For Dummies, you get 8 books in one, for the most well-rounded Java knowledge on the market. Updated for Java 19, this book includes all the major changes to...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £34.99
    Booksplease Price: £23.23
    Subtotal:
  • Head First Java, 3rd Edition by Kathy Sierra

    Head First Java, 3rd Edition by Kathy Sierra

    RRP: £63.99
    Booksplease Price: £42.31
    What will you learn from this book? Ready to learn Java? This book combines puzzles, strong visuals, mysteries, and soul-searching interviews with famous Java objects to engage you in many different ways. It's fast, it's fun, and it's effective. And...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £63.99
    Booksplease Price: £42.31
    Subtotal:
  • OCP Java SE 17 Developer Certification Kit: Exam 1 Z0-829 by Selikoff

    OCP Java SE 17 Developer Certification Kit: Exam 1 Z0-829 by Selikoff

    RRP: £75.00
    Booksplease Price: £50.63
    NEW OCP Java SE 17 Certification Kit focuses on 100% of the objectives for the new Exam 1Z0-829!With this Certification Kit, Java developers will gain the information, understanding, and practice they need to pass the OCP Java SE 17 exam. The...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £75.00
    Booksplease Price: £50.63
    Subtotal:
  • Scala for the Impatient by Cay Horstmann

    Scala for the Impatient by Cay Horstmann

    Booksplease Price: £40.45
    Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9780138033651Author Cay HorstmannFormat PaperbackPage Count 400Imprint Pearson Education (US)Publisher Pearson Education (US)
    Qty in Cart: 0
    Quantity:
    Price:
    Booksplease Price: £40.45
    Subtotal:
  • Java in Two Semesters: Featuring JavaFX by Quentin Charatan

    Java in Two Semesters: Featuring JavaFX by Quentin Charatan

    RRP: £59.99
    Booksplease Price: £54.12
    This easy-to-follow textbook teaches Java programming from first principles, as well as covering design and testing methodologies. The text is divided into two parts. Each part supports a one-semester module, the first part addressing fundamental...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £59.99
    Booksplease Price: £54.12
    Subtotal:
  • Java: The Complete Reference, Twelfth Edition Herbert Schildt 9781260463415

    Java: The Complete Reference, Twelfth Edition Herbert Schildt 9781260463415

    RRP: £48.36
    Booksplease Price: £29.72
    The definitive guide to Java programming-thoroughly revised for Java SE 17Fully updated for the current version of Java, Java SE 17, this practical guide from Oracle Press shows, step by step, how to design, write, troubleshoot, run, and maintain...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £48.36
    Booksplease Price: £29.72
    Subtotal:
  • Java Lambdas and Parallel Streams by Michael Muller 9781484224861

    Java Lambdas and Parallel Streams by Michael Muller 9781484224861

    Booksplease Price: £20.31
    Sorry no description is available for this book at this time.
    Qty in Cart: 0
    Quantity:
    Price:
    Booksplease Price: £20.31
    Subtotal:
  • Mastering Regular Expressions by Jeffrey E.F. Friedl

    Mastering Regular Expressions by Jeffrey E.F. Friedl

    RRP: £47.99
    Booksplease Price: £31.17
    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...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £47.99
    Booksplease Price: £31.17
    Subtotal:
  • Kafka - The Definitive Guide: Real-Time Data and Stream Processing at Scale Gwen Shapira 9781492043089

    Kafka - The Definitive Guide: Real-Time Data and Stream Processing at Scale Gwen Shapira 9781492043089

    RRP: £63.99
    Booksplease Price: £40.71
    Every enterprise application creates data, whether it consists of log messages, metrics, user activity, or outgoing messages. Moving all this data is just as important as the data itself. With this updated edition, application architects, developers, and...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £63.99
    Booksplease Price: £40.71
    Subtotal:
  • Beginning Programming with Java For Dummies by Barry Burd

    Beginning Programming with Java For Dummies by Barry Burd

    RRP: £21.99
    Booksplease Price: £14.96
    Become a Java wizard with this popular programming guide Consider Beginning Programming with Java For Dummies your indispensable guide to learning how to program in one of the most popular programming languages-Java! Java is an invaluable language to...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £21.99
    Booksplease Price: £14.96
    Subtotal:
  • Core Java for the Impatient by Cay Horstmann

    Core Java for the Impatient by Cay Horstmann

    RRP: £37.99
    Booksplease Price: £28.59
    Clear, Concise Guide to the Core Language and Libraries--Updated through Java 17 Modern Java introduces major enhancements that impact the core Java technologies and APIs at the heart of the Java platform. Many old Java idioms are no longer needed, and...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £37.99
    Booksplease Price: £28.59
    Subtotal:
  • Head First Kotlin by Dawn Griffiths

    Head First Kotlin by Dawn Griffiths

    RRP: £63.99
    Booksplease Price: £41.13
    What will you learn from this book? Head First Kotlin is a complete introduction to coding in Kotlin. This hands-on book helps you learn the Kotlin language with a unique method that goes beyond syntax and how-to manuals and teaches you how to think...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £63.99
    Booksplease Price: £41.13
    Subtotal:
  • OCP Oracle Certified Professional Java SE 11 Developer Complete Study Guide: Exam 1Z0-815, Exam 1Z0-816, and Exam 1Z0-817 Jeanne Boyarsky (CodeRanch) 9781119619130

    OCP Oracle Certified Professional Java SE 11 Developer Complete Study Guide: Exam 1Z0-815, Exam 1Z0-816, and Exam 1Z0-817 Jeanne Boyarsky (CodeRanch) 9781119619130

    RRP: £68.00
    Booksplease Price: £45.45
    This OCP Oracle Certified Professional Java SE 11 Developer Complete Study Guide was published before Oracle announced major changes to its OCP certification program and the release of the new Developer 1Z0-819 exam. No matter the changes, rest assured...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £68.00
    Booksplease Price: £45.45
    Subtotal:
  • Java For Dummies by Barry Burd

    Java For Dummies by Barry Burd

    RRP: £22.99
    Booksplease Price: £15.47
    Learn to write practical, reusable code with the straight forward tutorials and tips in the newest edition of this For Dummies bestseller Do you speak Java? No, we're not talking about your morning cup 'o joe. We mean the world's most popular...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £22.99
    Booksplease Price: £15.47
    Subtotal:
  • Java and SOAP Rob Englander 9780596001759

    Java and SOAP Rob Englander 9780596001759

    RRP: £35.99
    Booksplease Price: £23.39
    Java and SOAP provides Java developers with an in-depth look at SOAP (the Simple Object Access Protocol). Of course, it covers the basics: what SOAP is, why it's soared to a spot on the Buzzwords' Top Ten list, and what its features and capabilities are...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £35.99
    Booksplease Price: £23.39
    Subtotal:
  • Microservices for the Enterprise: Designing, Developing, and Deploying by Kasun Indrasiri 9781484238578

    Microservices for the Enterprise: Designing, Developing, and Deploying by Kasun Indrasiri 9781484238578

    RRP: £54.99
    Booksplease Price: £38.77
    Understand the key challenges and solutions around building microservices in the enterprise application environment. This book provides a comprehensive understanding of microservices architectural principles and how to use microservices in real-world...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £54.99
    Booksplease Price: £38.77
    Subtotal:
  • Swing Hacks Joshua Marinacci 9780596009076

    Swing Hacks Joshua Marinacci 9780596009076

    RRP: £23.99
    Booksplease Price: £16.07
    "Swing Hacks" helps Java developers move beyond the basics of Swing, the graphical user interface (GUI) standard since Java 2. If you're a Java developer looking to build enterprise applications with a first-class look and feel, Swing is definitely one...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £23.99
    Booksplease Price: £16.07
    Subtotal:
  • Functional Programming in Scala Michael Pilquist 9781617299582

    Functional Programming in Scala Michael Pilquist 9781617299582

    RRP: £45.99
    Booksplease Price: £33.88
    Discover the power that functional programming brings to your Scala code. This international bestseller has been revised with new exercises, annotations, and full coverage of Scala 3. In Functional Programming in Scala, Second Edition you will...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £45.99
    Booksplease Price: £33.88
    Subtotal:
  • Clojure For The Brave And True by Daniel Higginbotham

    Clojure For The Brave And True by Daniel Higginbotham

    RRP: £37.99
    Booksplease Price: £24.73
    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...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £37.99
    Booksplease Price: £24.73
    Subtotal:
  • Big Java: Early Objects, EMEA Edition Cay S. Horstmann (San Jose State University) 9781119588887

    Big Java: Early Objects, EMEA Edition Cay S. Horstmann (San Jose State University) 9781119588887

    RRP: £50.99
    Booksplease Price: £46.28
    Big Java: Early Objects, 7e focuses on the essentials of effective learning and is suitable for a two-semester introduction to programming sequence. The text requires no prior programming experience and only a modest amount of high school algebra...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £50.99
    Booksplease Price: £46.28
    Subtotal:
  • Hands-On Selenium WebDriver with Java: A Deep Dive into the Development of End-to-End Tests by Boni Garcia

    Hands-On Selenium WebDriver with Java: A Deep Dive into the Development of End-to-End Tests by Boni Garcia

    RRP: £52.99
    Booksplease Price: £34.25
    Get started with Selenium WebDriver, the open source library for automating tests to ensure your web application performs as expected. In this practical hands-on book, author Boni Garcia takes Java developers through Selenium's main features for...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £52.99
    Booksplease Price: £34.25
    Subtotal:
  • Akka in Action Francisco Abraham 9781617299216

    Akka in Action Francisco Abraham 9781617299216

    RRP: £45.99
    Booksplease Price: £33.58
    Use Akka to solve the big problems of distributed systems-from multithreading and concurrency, to handling scalability and failure. In Akka in Action, Second Edition you will learn how to: Create basic programs with AkkaWork with clusters...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £45.99
    Booksplease Price: £33.58
    Subtotal:
  • Learning Java: An Introduction to Real-World Programming with Java Marc Loy 9781098145538

    Learning Java: An Introduction to Real-World Programming with Java Marc Loy 9781098145538

    RRP: £63.99
    Booksplease Price: £41.03
    Ideal for working programmers new to Java, this best-selling book guides you through the language features and APIs of Java 21. Through fun, compelling, and realistic examples, authors Marc Loy, Patrick Niemeyer, and Dan Leuck introduce you to Java's...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £63.99
    Booksplease Price: £41.03
    Subtotal:
  • Learning Spark Jules Damji 9781492050049

    Learning Spark Jules Damji 9781492050049

    RRP: £63.99
    Booksplease Price: £41.01
    Data is getting bigger, arriving faster, and coming in varied formats-and it all needs to be processed at scale for analytics or machine learning. How can you process such varied data workloads efficiently? Enter Apache Spark. Updated to emphasize...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £63.99
    Booksplease Price: £41.01
    Subtotal:
  • Spark - The Definitive Guide: Big data processing made simple Bill Chambers 9781491912218

    Spark - The Definitive Guide: Big data processing made simple Bill Chambers 9781491912218

    RRP: £55.99
    Booksplease Price: £36.59
    Learn how to use, deploy, and maintain Apache Spark with this comprehensive guide, written by the creators of the open-source cluster-computing framework. With an emphasis on improvements and new features in Spark 2.0, authors Bill Chambers and Matei...
    Qty in Cart: 0
    Quantity:
    Price:
    RRP: £55.99
    Booksplease Price: £36.59
    Subtotal:
  • Total: items /

Adding your books to cart