Buy linux-fans.com ?

Products related to Java:


  • 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 £
  • 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 Exercises : Volume Two: Java Standard Library
    Java Programming Exercises : Volume Two: Java Standard Library

    Take the next step in raising your coding skills and dive into the intricacies of Java Standard Libraries.You will continue to raise your coding skills, and test your Java knowledge on tricky programming tasks, with the help of the pirate Captain CiaoCiao.This is the second of two volumes which provide you with everything you need to excel in your Java journey, including tricks that you should know in detail as a professional, as well as intensive training for clean code and thoughtful design that carries even complex software. Features:149 tasks with commented solutions on different levelsFor all paradigms: object-oriented, imperative, and functionalClean code, reading foreign code, and object-oriented modelingWith numerous best practices and extensively commented solutions to the tasks, these books provide the perfect workout for professional software development with Java.

    Price: 49.99 £ | Shipping*: 0.00 £
  • SQL Server Database Programming with Java : Concepts, Designs and Implementations
    SQL Server Database Programming with Java : Concepts, Designs and Implementations

    This textbook covers both fundamental and advanced Java database programming techniques for beginning and experienced students as well as programmers (courses related to database programming in Java with Apache NetBeans IDE 12 environment).A sample SQL Server 2019 Express database, CSE_DEPT, is created and implemented in all example projects throughout this textbook.Over 40 real sample database programming projects are covered in this textbook with detailed illustrations and explanations to help students understand the key techniques and programming technologies.Chapters include homework and selected solutions to strengthen and improve students’ learning and understanding for topics they study in the classroom.Both Java desktop and Web applications with SQL Server database programming techniques are discussed and analyzed.Some updated Java techniques, such as Java Server Pages (JSP), Java Server Faces (JSF), Java Web Service (JWS), JavaServer Pages Standard Tag Library (JSTL), JavaBeans and Java API for XML Web Services (JAX-WS) are also discussed and implemented in the real projects developed in this textbook. This textbook targets mainly advanced-level students in computer science, but it also targets entry-level students in computer science and information system.Programmers, software engineers and researchers will also find this textbook useful as a reference for their projects.

    Price: 44.99 £ | Shipping*: 0.00 £
  • SQL Server Database Programming with Java : Concepts, Designs and Implementations
    SQL Server Database Programming with Java : Concepts, Designs and Implementations

    This textbook covers both fundamental and advanced Java database programming techniques for beginning and experienced students as well as programmers (courses related to database programming in Java with Apache NetBeans IDE 12 environment).A sample SQL Server 2019 Express database, CSE_DEPT, is created and implemented in all example projects throughout this textbook.Over 40 real sample database programming projects are covered in this textbook with detailed illustrations and explanations to help students understand the key techniques and programming technologies.Chapters include homework and selected solutions to strengthen and improve students’ learning and understanding for topics they study in the classroom.Both Java desktop and Web applications with SQL Server database programming techniques are discussed and analyzed.Some updated Java techniques, such as Java Server Pages (JSP), Java Server Faces (JSF), Java Web Service (JWS), JavaServer Pages Standard Tag Library (JSTL), JavaBeans and Java API for XML Web Services (JAX-WS) are also discussed and implemented in the real projects developed in this textbook. This textbook targets mainly advanced-level students in computer science, but it also targets entry-level students in computer science and information system.Programmers, software engineers and researchers will also find this textbook useful as a reference for their projects.

    Price: 44.99 £ | Shipping*: 0.00 £
  • Functional Programming in Java
    Functional Programming in Java

    DESCRIPTION Functional programming is a deep and potentially mind-bending discipline.Fortunately, Java developers don't have to master every aspect of FP to get a big boost in the performance, readability, and maintainability of their applications.By learning a few core FP principles, they can write code that's less prone to side effects and unwanted dependencies and which is much better suited to the parallel processing required by modern multi-core and distributed systems.Also, because units of functional code are designed to be modular and independent, FP reduces or eliminates many of the bugs development teams routinely face when managing a large codebase.  Functional Programming in Java teaches Java developers how to incorporate the most powerful benefits of functional programming into new and existing Java code.Written to meet the needs of professional Java developers who want to introduce functional programming principles into new and legacy projects, this book uses examples, exercises, and illustrations to teach core FP principles such as referential transparency, immutability, persistence, and laziness.They’ll discover which of the new functionally-inspired features of Java 8 will help in applying FP principles to code—as well as which to avoid.In the end, they’ll be able to think functionally about coding tasks in Java and use FP to make their applications easier to understand, optimize, maintain, and scale.  KEY FEATURES • Increases productivity • Easy to grasp examples and illustrations • Written for professional Java developers  AUDIENCE Readers need to be comfortable with Java programming.No previous experience with functional programming is required.  ABOUT THE TECHNOLOGY Functional programming is gaining momentum, mainly through adoption of new languages such as Scala, Clojure or Groovy, and through the new popularity of older languages such as Haskell or Erlang. And functional programming is coming to Java 8 with the addition of features such as lambda expressions, and Streams.

    Price: 39.99 £ | Shipping*: 0.00 £
  • Fundamentals of Java Programming
    Fundamentals of Java Programming

    Making extensive use of examples, this textbook on Java programming teaches the fundamental skills for getting started in a command-line environment.Meant to be used for a one-semester course to build solid foundations in Java, Fundamentals of Java Programming eschews second-semester content to concentrate on over 180 code examples and 250 exercises.Key object classes (String, Scanner, PrintStream, Arrays, and File) are included to get started in Java programming.The programs are explained with almost line-by-line descriptions, also with chapter-by-chapter coding exercises. Teaching resources include solutions to the exercises, as well as digital lecture slides.

    Price: 64.99 £ | Shipping*: 0.00 £
  • Beginning Java 17 Fundamentals : Object-Oriented Programming in Java 17
    Beginning Java 17 Fundamentals : Object-Oriented Programming in Java 17

    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 Adam L. Davis walk you through writing your first Java program step-by-step.Armed with that practical experience, you'll be ready to learn the core of the Java language.Beginning Java 17 Fundamentals provides over 90 diagrams and 240 complete programs to help you learn the topics faster. While this book teaches you the basics, it also has been revised to include the latest from Java 17 including the following: value types (records), immutable objects with an efficient memory layout; local variable type inference (var); pattern matching, a mechanism for testing and deconstructing values; sealed types, a mechanism for declaring all possible subclasses of a class; multiline text values; and switch expressions. The book continues with a series of foundation topics, including using data types, working with operators, and writing statements in Java.These basics lead onto the heart of the Java language: object-oriented programming.By learning topics such as classes, objects, interfaces, and inheritance you'll have a good understanding of Java's object-oriented model.The final collection of topics takes what you've learned and turns you into a real Java programmer. You'll see how to take the power of object-oriented programming and write programs that can handle errors and exceptions, process strings and dates, format data, and work with arrays to manipulate data.What You Will LearnWrite your first Java programs with emphasis on learning object-oriented programmingHow to work with switch expressions, value types (records), local variable type inference, pattern matching switch and more from Java 17Handle exceptions, assertions, strings and dates, and object formattingLearn about how to define and use modulesDive in depth into classes, interfaces, and inheritance in JavaUse regular expressionsTake advantage of the JShell REPL tool Who This Book Is ForThose who are new to Java programming, who may have some or even no prior programming experience.

    Price: 54.99 £ | Shipping*: 0.00 £

Similar search terms for Java:


  • Which Linux distribution is suitable for programming in Java?

    One suitable Linux distribution for programming in Java is Ubuntu. It is a popular choice for developers due to its user-friendly interface and extensive software repositories. Additionally, Ubuntu has strong community support and a wide range of development tools available for Java programming. Another suitable option is Fedora, which is known for its focus on open source software and its support for the latest technologies, making it a good choice for Java development. Both distributions offer a stable and reliable environment for Java programming.

  • What is Java Programming 3?

    Java Programming 3 is an advanced course that builds upon the foundational knowledge of Java programming gained in previous courses. It covers more complex topics such as data structures, algorithms, and advanced programming techniques. Students will learn how to design and implement more sophisticated Java applications, gaining a deeper understanding of object-oriented programming principles and best practices. By the end of the course, students will have the skills to develop robust and efficient Java programs for a variety of applications.

  • What is Java Programming 4?

    Java Programming 4 is an advanced course that builds upon the foundational concepts learned in previous Java programming courses. It covers more complex topics such as data structures, algorithms, and advanced object-oriented programming techniques. Students will also learn about graphical user interfaces (GUIs), networking, and multithreading in Java. This course is designed to further enhance students' Java programming skills and prepare them for more challenging programming tasks.

  • Which programming environment for Java?

    The choice of programming environment for Java depends on the specific needs and preferences of the developer. Some popular options include Eclipse, IntelliJ IDEA, and NetBeans. Eclipse is known for its flexibility and extensive plugin ecosystem, IntelliJ IDEA is praised for its intelligent code assistance and productivity features, and NetBeans is valued for its simplicity and ease of use. Ultimately, the best programming environment for Java is the one that best suits the individual developer's workflow and requirements.

  • Is there a Java programming toolkit?

    Yes, there is a Java programming toolkit called the Java Development Kit (JDK). The JDK is a set of tools that developers need in order to develop Java applications. It includes tools such as the Java compiler, debugger, and other utilities that are essential for Java programming. The JDK is freely available for download from the official Oracle website.

  • Is there a Java programming kit?

    Yes, there is a Java programming kit available for developers. It is called the Java Development Kit (JDK) and it includes tools and libraries necessary for developing Java applications. The JDK is provided by Oracle and can be downloaded for free from their website. It is essential for anyone looking to write, compile, and run Java programs.

  • What is functional programming in Java?

    Functional programming in Java is a programming paradigm that treats computation as the evaluation of mathematical functions and avoids changing-state and mutable data. It focuses on the use of pure functions, higher-order functions, and immutable data structures. In Java, functional programming can be achieved using features such as lambda expressions, streams, and the java.util.function package. This approach allows for more concise, readable, and maintainable code, and can also enable better support for parallel and asynchronous programming.

  • What is polymorphism in Java programming?

    Polymorphism in Java programming refers to the ability of a method to behave differently based on the object it is called on. This means that a single method can have different implementations depending on the type of object it is called on. This allows for more flexibility and reusability in code, as different objects can use the same method name but have different behaviors. Polymorphism is achieved through method overloading and method overriding in Java.

* 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.