Browse Results

Showing 31,901 through 31,925 of 59,366 results

Java Pocket Guide: Instant Help for Java Programmers

by Robert Liguori Patricia Liguori

Any time you need quick answers for developing or debugging Java programs, this pocket guide is the ideal reference to standard features of the Java programming language and its platform. Youâ??ll find helpful programming examples, tables, figures, and lists fastâ??including Java 9 features such as modular source code and the new JShell interactive command-line REPL. Itâ??s a handy companion, whether youâ??re in the office, in the lab, or on the road.This book also provides material to help you prepare for the Oracle Certified Associate Java Programmer exam.Quickly find Java language details, such as naming conventions, types, statements and blocks, and object-oriented programmingGet details on the Java SE platform, including development basics, memory management, concurrency, and genericsUse new features in Java 9, including modular source code and JShellBrowse through information on basic input/output, NIO 2.0, the Java collections framework, and the Java Scripting APIGet supplemental references to fluent APIs, third-party tools, and basics of the Unified Modeling Language (UML)

Java Power Tools

by John Ferguson Smart

All true craftsmen need the best tools to do their finest work, and programmers are no different. Java Power Tools delivers 30 open source tools designed to improve the development practices of Java developers in any size team or organization. Each chapter includes a series of short articles about one particular tool -- whether it's for build systems, version control, or other aspects of the development process -- giving you the equivalent of 30 short reference books in one package.No matter which development method your team chooses, whether it's Agile, RUP, XP, SCRUM, or one of many others available, Java Power Tools provides practical techniques and tools to help you optimize the process. The book discusses key Java development problem areas and best practices, and focuses on open source tools that can help increase productivity in each area of the development cycle, including:Build tools including Ant and Maven 2Version control tools such as CVS and Subversion, the two most prominent open source toolsQuality metrics tools that measure different aspects of code quality, including CheckStyle, PMD, FindBugs and JupiterTechnical documentation tools that can help you generate good technical documentation without spending too much effort writing and maintaining itUnit Testing tools including JUnit 4, TestNG, and the open source coverage tool CoberturaIntegration, Load and Performance Testing to integrate performance tests into unit tests, load-test your application, and automatically test web services, Swing interfaces and web interfacesIssue management tools including Bugzilla and TracContinuous Integration tools such as Continuum, Cruise Control, LuntBuild and HudsonIf you are a Java developer, these tools can help improve your development practices, and make your life easier in the process. Lead developers, software architects and people interested in the wider picture will be able to gather from these pages some useful ideas about improving your project infrastructure and best practices.

Java. Praktyczne narzędzia

by John Ferguson Smart

Poznaj narzędzia, które okażą się niezbędne! Jak zapewnić wysoką jakość tworzonego rozwiązania?Jak wprowadzić proces ciągłej integracji?Jak testować kod? Możliwości języka Java znają już chyba wszyscy. Dlatego warto jedynie wspomnieć o tym, że oprócz podstawowych narzędzi do tworzenia oprogramowania w tym języku, które zna każdy programista, istnieje wiele innych -- przydatnych i użytecznych -- aplikacji. Potrafią one w niezwykle skuteczny sposób przyśpieszyć oraz ułatwić programowanie w języku Java i sprawić, że będzie to zajęcie jeszcze przyjemniejsze. W żadnej innej książce nie znajdziesz tak szczegółowego omówienia tych narzędzi. Zatem jeśli wykorzystujesz język Java na co dzień, musisz ją mieć! Dzięki tej książce poznasz 33 praktyczne narzędzia, które ułatwią Twoją pracę -- narzędzia, które zwiększą niezawodność Twojego kodu, poprawią wydajność oraz zapewnią bezpieczeństwo Twoim plikom źródłowym. Autor książki omawia kilka grup narzędzi, a wśród nich aplikacje takie, jak Maven, Subversion, JUnit czy też Hudson. Dzięki książce "Java. Praktyczne narzędzia" dowiesz się, jak bardzo na jakość Twojego rozwiązania może wpłynąć proces ciągłej integracji oraz jak ważne są testy jednostkowe czy integracyjne. Ponadto autor książki omawia 29 innych narzędzi, które zwiększają komfort pracy. Otwórz spis treści i spójrz, jak cenne informacje są zawarte w tej książce! Wykorzystanie narzędzi kompilujących (Ant, Maven2)Zastosowanie systemów kontroli wersji (CVS, Subversion)Sposoby oceny jakości kodu (CheckStyle, PMD, FindBugs, Jupiter)Tworzenie wysokiej jakości dokumentacjiPrzygotowanie testów jednostkowych (JUnit, TestNG)Przeprowadzanie testów integracyjnychSystemy raportowania i śledzenia błędów (Bugzilla, Trac)Narzędzia pozwalające na wprowadzenie procesu ciągłej integracji (Continuum, Hudson)Sposoby przeprowadzania testów obciążeniowychProfilowanie i monitorowanie aplikacji za pomocą narzędzi dostępnych w pakiecie JDK oraz Eclipse Zobacz, jak łatwo można wykonać skomplikowane zadania!

Java Program Design: Principles, Polymorphism, and Patterns

by Edward Sciore

Get a grounding in polymorphism and other fundamental aspects of object-oriented program design and implementation, and learn a subset of design patterns that any practicing Java professional simply must know in today’s job climate. Java Program Design presents program design principles to help practicing programmers up their game and remain relevant in the face of changing trends and an evolving language. The book enhances the traditional design patterns with Java's new functional programming features, such as functional interfaces and lambda expressions. The result is a fresh treatment of design patterns that expands their power and applicability, and reflects current best practice. The book examines some well-designed classes from the Java class library, using them to illustrate the various object-oriented principles and patterns under discussion. Not only does this approach provide good, practical examples, but you will learn useful library classes you might not otherwise know about.The design of a simplified banking program is introduced in chapter 1 in a non-object-oriented incarnation and the example is carried through all chapters. You can see the object orientation develop as various design principles are progressively applied throughout the book to produce a refined, fully object-oriented version of the program in the final chapter. What You'll LearnCreate well-designed programs, and identify and improve poorly-designed onesBuild a professional-level understanding of polymorphism and its use in Java interfaces and class hierarchiesApply classic design patterns to Java programming problems while respecting the modern features of the Java languageTake advantage of classes from the Java library to facilitate the implementation of design patterns in your programsWho This Book Is ForJava programmers who are comfortable writing non-object-oriented code and want a guided immersion into the world of object-oriented Java, and intermediate programmers interested in strengthening their foundational knowledge and taking their object-oriented skills to the next level. Even advanced programmers will discover interesting examples and insights in each chapter.

Java programmieren lernen für Dummies (Für Dummies)

by Barry Burd

Steigen Sie mit diesem Buch in die Welt des Programmierens ein und zwar mit der beliebten Programmiersprache Java! Schritt für Schritt werden Sie mit den Grundlagen, wie zum Beispiel Variablen, Schleifen und objektorientierter Programmierung, vertraut gemacht, probieren viele anschauliche Beispiele aus und schreiben Ihr erstes eigenes Programm. Dieses Buch steht Ihnen bei allen Herausforderungen jederzeit mit hilfreichen Tipps und Lösungsvorschlägen zur Seite, sodass Sie auf Ihrem Weg zum Programmierer optimal gerüstet sind! Mit den Programmbeispielen zum Herunterladen können Sie das Gelernte direkt ausprobieren.

Java Programming: From the Ground Up

by Ralph Bravaco Shai Simonson

Java Programming, From The Ground Up, with its flexible organization, teaches Java in a way that is refreshing, fun, interesting and still has all the appropriate programming pieces for students to learn. The motivation behind this writing is to bring a logical, readable, entertaining approach to keep your students involved. Each chapter has a Bigger Picture section at the end of the chapter to provide a variety of interesting related topics in computer science. The writing style is conversational and not overly technical so it addresses programming concepts appropriately. Because of the flexibile organization of the text, it can be used for a one or two semester introductory Java programming class, as well as using Java as a second language. The text contains a large variety of carefully designed exercises that are more effective than the competition.

Java Programming

by Yakov Fain

A unique book-and-video package presented by Java guru Yakov Fain As one of the most popular software languages for building Web applications, Java is often the first programming language developers learn. The latest version includes numerous updates that both novice and experienced developers need to know. With this invaluable book-and-video package, Java authority Yakov Fain fully covers Java?s new features as well as its language extensions, classes and class methods, and the Swing Application Framework. For each lesson that he discusses in the book, there is an accompanying instructional video to reinforce your learning experience. Lessons include: Introducing Java Eclipse IDE Object-Oriented Programming Class Methods Back to Java Basics Packages, Interfaces, and Encapsulation Programming with Abstract Classes and Interfaces Introducing the Graphic User Interface Event Handling in UI Introduction to Java Applets Developing a Tic-Tac-Toe Applet Developing a Ping-Pong Game Error Handling Introduction to Collections Introduction to Generics Working with Streams Java Serialization Network Programming Processing E-Mails with Java Introduction to Multi-Threading Digging Deeper into Concurrent Execution Working with Databases Using JDBC Swing with JTable Annotations and Reflection Remote Method Invocation Java EE 6 Overview Programming with Servlets JavaServer Pages Developing Web Applications with JSF Introducing JMS and MOM Introducing JNDI Introduction to Enterprise JavaBeans Introduction to the Java Persistence API Working with RESTful Web Services Introduction to Spring MVC Framework Introduction to Hibernate Framework Bringing JavaFX to the Mix Java Technical Interviews Note: As part of the print version of this title, video lessons are included on DVD. For e-book versions, video lessons can be accessed at wrox. com using a link provided in the interior of the e-book. ?

Java Programming

by Joyce Farrell

JAVA PROGRAMMING, Sixth Edition provides the beginning programmer with a guide to developing applications using the Java programming language. Java is popular among professional programmers because it can be used to build visually interesting GUI and Web-based applications. Java also provides an excellent environment for the beginning programmer -- students can quickly build useful programs while learning the basics of structured and object-oriented programming techniques.

Java Programming 24-Hour Trainer

by Yakov Fain

ch or just looking to expand your skill set.Master the building blocks that go into any Java projectMake writing code easier with the Eclipse toolsLearn to connect Java applications to databasesDesign and build graphical user interfaces and web applicationsBegin using cutting edge Java technologies such as Spring MVC, Hibernate, and JavaFXIf you want to start programming quickly, Java Programming 24-Hour Trainer, 2nd Edition is your ideal solution.

Java Programming 7th Edition

by Joyce Farrell

Give your beginning programmers a thorough, engaging and hands-on introduction to developing applications with Farrell's JAVA PROGRAMMING, 7E. This complete guide provides the details and real-world exercises today's readers need to master Java, one of the most widely used tool among professional programmers for building visually interesting GUI and Web-based applications. With JAVA PROGRAMMING, 7E even first-time programmers can quickly develop useful programs while learning the basic principles of structured and object-oriented programming. The text explains concepts clearly and reinforces the reader-friendly presentation with meaningful real-world exercises. Full programming examples emphasize learning in context. Updated "You Do It" sections, all-new programming exercises, and new continuing cases help students build skills critical for ongoing programming success.

Java Programming Exercises: Volume Two: Java Standard Library

by Christian Ullenboom

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 levels For all paradigms: object-oriented, imperative, and functional Clean code, reading foreign code, and object-oriented modeling With numerous best practices and extensively commented solutions to the tasks, these books provide the perfect workout for professional software development with Java.

Java Programming Exercises: Volume One: Language Fundamentals and Core Concepts

by null Christian Ullenboom

Take the first step in raising your coding skills to the next level, and test your Java knowledge on tricky programming tasks, with the help of the pirate Captain CiaoCiao. This is the first 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: About 200 tasks with commented solutions on different levels For all paradigms: object-oriented, imperative, and functional Clean code, reading foreign code, and object-oriented modeling With numerous best practices and extensively commented solutions to the tasks, these books provide the perfect workout for professional software development with Java.

Java Programming for Android Developers For Dummies

by Burd

Get started creating Android apps with Java in no time!The demand for Android apps is not slowing down but many mobile developers who want to create Android apps lack the necessary Java background. This beginner guide gets you up and running with using Java to create Android apps with no prior knowledge or experienced necessary!Shows you the basic Java development concepts and techniques that are necessary to develop Android appsExplores what goes into creating an Android app to give you a better understanding of the various elementsAddresses how to deal with standard programming challenges and debuggingBeginning Android Programming with Java For Dummies puts you well on your way toward creating Android apps quickly with Java.

Java Programming for Android Developers For Dummies

by Barry A. Burd

Develop the next killer Android App using Java programming! Android is everywhere! It runs more than half the smartphones in the U.S.--and Java makes it go. If you want to cash in on its popularity by learning to build Android apps with Java, all the easy-to-follow guidance you need to get started is at your fingertips. Inside, you'll learn the basics of Java and grasp how it works with Android; then, you'll go on to create your first real, working application. How cool is that? The demand for Android apps isn't showing any signs of slowing, but if you're a mobile developer who wants to get in on the action, it's vital that you get the necessary Java background to be a success. With the help of Java Programming for Android Developers For Dummies, you'll quickly and painlessly discover the ins and outs of using Java to create groundbreaking Android apps--no prior knowledge or experience required! Get the know-how to create an Android program from the ground up Make sense of basic Java development concepts and techniques Develop the skills to handle programming challenges Find out how to debug your app Don't sit back and watch other developers release apps that bring in the bucks! Everything you need to create that next killer Android app is just a page away!

Java Programming for Beginners

by Mark Lassoff

Java Programming for Beginners is an introduction to Java programming, taking you through the Java syntax and the fundamentals of object-oriented programming. About This Book • Learn the basics of Java programming in a step-by-step manner • Simple, yet thorough steps that beginners can follow • Teaches you transferable skills, such as flow control and object-oriented programming Who This Book Is For This book is for anyone wanting to start learning the Java language, whether you're a student, casual learner, or existing programmer looking to add a new language to your skillset. No previous experience of Java or programming in general is required. What You Will Learn • Learn the core Java language for both Java 8 and Java 9 • Set up your Java programming environment in the most efficient way • Get to know the basic syntax of Java • Understand object-oriented programming and the benefits that it can bring • Familiarize yourself with the workings of some of Java's core classes • Design and develop a basic GUI • Use industry-standard XML for passing data between applications In Detail Java is an object-oriented programming language, and is one of the most widely accepted languages because of its design and programming features, particularly in its promise that you can write a program once and run it anywhere. Java Programming for Beginners is an excellent introduction to the world of Java programming, taking you through the basics of Java syntax and the complexities of object-oriented programming. You'll gain a full understanding of Java SE programming and will be able to write Java programs with graphical user interfaces that run on PC, Mac, or Linux machines. This book is full of informative and entertaining content, challenging exercises, and dozens of code examples you can run and learn from. By reading this book, you'll move from understanding the data types in Java, through loops and conditionals, and on to functions, classes, and file handling. The book finishes with a look at GUI development and training on how to work with XML. The book takes an efficient route through the Java landscape, covering all of the core topics that a Java developer needs. Whether you're an absolute beginner to programming, or a seasoned programmer approaching an object-oriented language for the first time, Java Programming for Beginners delivers the focused training you need to become a Java developer. Style and approach This book takes a very hands-on approach, carefully building on lessons learned with snippets and tutorials to build real projects.

Java Programming for Engineers

by Julio Sanchez Maria P. Canton

While teaching Java programming at Minnesota State University, the authors noticed that engineering students were enrolling in Java programming courses in order to obtain basic programming skills, but there were no Java books suitable for courses intended for engineers. They realized the need for a comprehensive Java programming tutorial that offer

Java Programming for Spatial Sciences

by Jo Wood

The Java programming language has been one of the most exciting internet-friendly technologies to emerge in the last decade. Java Programming for Spatial Sciences introduces the subject to those who wish to use computers to handle information with a geographical element.The book introduces object-oriented modeling including key concepts suc

Java Programming Fundamentals: Problem Solving Through Object Oriented Analysis and Design

by Premchand S. Nair

While Java texts are plentiful, it's difficult to find one that takes a real-world approach, and encourages novice programmers to build on their Java skills through practical exercise. Written by an expert with 19 experience teaching computer programming, Java Programming Fundamentals presents object-oriented programming by employing examples taken

Java Programming Interviews Exposed

by Noel Markham

If you are a skilled Java programmer but are concerned about the Java coding interview process, this real-world guide can help you land your next positionJava is a popular and powerful language that is a virtual requirement for businesses making use of IT in their daily operations. For Java programmers, this reality offers job security and a wealth of employment opportunities. But that perfect Java coding job won't be available if you can't ace the interview. If you are a Java programmer concerned about interviewing, Java Programming Interviews Exposed is a great resource to prepare for your next opportunity. Author Noel Markham is both an experienced Java developer and interviewer, and has loaded his book with real examples from interviews he has conducted.Review over 150 real-world Java interview questions you are likely to encounterPrepare for personality-based interviews as well as highly technical interviewsExplore related topics, such as middleware frameworks and server technologiesMake use of chapters individually for topic-specific help Use the appendix for tips on Scala and Groovy, two other languages that run on JVMsVeterans of the IT employment space know that interviewing for a Java programming position isn't as simple as sitting down and answering questions. The technical coding portion of the interview can be akin to a difficult puzzle or an interrogation. With Java Programming Interviews Exposed, skilled Java coders can prepare themselves for this daunting process and better arm themselves with the knowledge and interviewing skills necessary to succeed.

Java Programming with Oracle JDBC

by Donald Bales

Learn how to leverage JDBC, a key Java technology used to access relational data from Java programs, in an Oracle environment. Author Donald Bales begins by teaching you the mysteries of establishing database connections, and how to issue SQL queries and get results back. You'll move on to advanced topics such as streaming large objects, calling PL/SQL procedures, and working with Oracle9i's object-oriented features, then finish with a look at transactions, concurrency management, and performance.

Java Projects: Learn the fundamentals of Java 11 programming by building industry grade practical projects, 2nd Edition

by Peter Verhas

Learn how to build scalable, resilient, and effective applications in Java that suit your software requirements.Key FeaturesExplore advanced technologies that Java 11 delivers such as web programming and parallel computingDiscover modern programming paradigms such as microservices, cloud computing and enterprise structuresBuild highly responsive applications with this practical introduction to Reactive programmingBook DescriptionJava is one of the most commonly used software languages by programmers and developers. In this book, you’ll learn the new features of Java 11 quickly and experience a simple and powerful approach to software development. You’ll see how to use the Java runtime tools, understand the Java environment, and create a simple namesorting Java application. Further on, you'll learn about advanced technologies that Java delivers, such as web programming and parallel computing, and will develop a mastermind game. Moving on, we provide more simple examples, to build a foundation before diving into some complex data structure problems that will solidify your Java 11 skills. With a special focus on the features of new projects: Project Valhalla, Project Panama, Project Amber, and Project Loom, this book will help you get employed as a top-notch Java developer. By the end of the book, you’ll have a firm foundation to continue your journey toward becoming a professional Java developer.What you will learnCompile, package, and run a program using a build management toolGet to know the principles of test-driven developmentSeparate the wiring of multiple modules from application logicUse Java annotations for configurationMaster the scripting API built into the Java languageUnderstand static versus dynamic implementation of codeWho this book is forThis book is for anyone who wants to learn the Java programming language. No programming experience required. If you have prior experience, it will help you through the book more easily.

Java Quick Syntax Reference

by Mikael Olsson

The Java Quick Syntax Reference is a condensed code and syntax reference to the Java programming language. It presents the essential Java syntax in a well-organized format that can be used as a handy reference. You won't find any technical jargon, bloated samples, drawn out history lessons or witty stories in this book. What you will find is a language reference that is concise, to the point and highly accessible. The book is packed with useful information and is a must-have for any Java programmer. In the Java Quick Syntax Reference, you will find: A comprehensive reference to the Java language syntax. Short, simple and focused code examples. A well laid out table of contents and a comprehensive index allowing easy review.

Java Quick Syntax Reference

by Mikael Olsson

The Java Quick Syntax Reference is a condensed code and syntax reference to the Java programming language. It presents the essential Java syntax in a well-organized format that can be used as a handy reference. You won't find any technical jargon, bloated samples, drawn out history lessons or witty stories in this book. What you will find is a language reference that is concise, to the point and highly accessible. The book is packed with useful information and is a must-have for any Java programmer. In the Java Quick Syntax Reference, you will find: A concise reference to the Java language syntax Short, simple and focused code examples A well laid out table of contents and a comprehensive index allowing easy review

Java. Receptury. Wydanie III

by Ian F. Darwin

Rozwi?zania i przyk?ady dla programistów u?ywaj?cych j?zyka JavaJava to jeden z j?zyków programowania najch?tniej wybieranych do tworzenia zaawansowanych systemów informatycznych. Systemy bankowe, aukcyjne oraz inne zaawansowane programy wspomagaj?ce codzienn? prac? tysi?cy ludzi opieraj? si? na Javie i narz?dziach z ni? zwi?zanych. Je?eli chcesz ?mia?o wkroczy? w ?wiat tego j?zyka, musisz mie? t? ksi??k?!Ksi??ka nale?y do cenionej serii „Receptury”, która przedstawia ró?ne zagadnienia w postaci krótkich przepisów. Nie inaczej jest w tym przypadku. Si?gnij po ni? i zobacz, jak kompilowa?, uruchamia? i testowa? tworzony kod. W kolejnych rozdzia?ach zaznajomisz si? z najlepszymi metodami przetwarzania ci?gów znaków oraz nauczysz si? korzysta? z wyra?e? regularnych i wykonywa? operacje na liczbach. Ponadto zdob?dziesz dog??bn? wiedz? na temat systemu wej?cia-wyj?cia, u?ywania systemu plików, sieci oraz drukarek. Ksi??ka ta jest obowi?zkow? pozycj? na pó?ce ka?dego programisty Javy!Przedstawione receptury obejmuj?: Sposoby kompilacji, uruchamiania i testowania aplikacji. Manipulacj?, porównywanie i zmian? organizacji tekstów. U?ycie wyra?e? regularnych do dopasowywania tekstów i wzorców. Obs?ug? liczt, dat i czasu. Okre?lanie struktury danych przy u?yciu kolekcji, tablicy i innych typów. Techniki programowania obiektowego i funkcyjnego. Operacje na katalogach i systemie plików. Obs?ug? grafiki, d?wi?ku i wideo. Tworzenia aplikacji o graficznym interfejsie u?ytkownika, w tym Java FX i obs?ug? zdarze?. Programowanie sieciowe, zarówno klientów jak i serwerów. Dost?p do baz danych przy u?yciu JPA, Hibernate oraz JDBC. Przetwarzenie danych w formatach JSON oraz XML. Wielow?tkowo?? i wspó?bie?no??.​Najlepsze przepisy dla programistów Javy! Ian F. Darwin - swoj? przygod? w binarnym ?wiecie rozpocz?? w 1980 roku od pracy z systemem operacyjnym UNIX. Autor narz?dzia file znanego z systemów Linux oraz BSD. Programista Javy od 1995 roku. Autor darmowych narz?dzi: PassMaker, JpsTrack. Pracownik Learning Tree International — ?wiatowego lidera w zakresie organizacji kursów technicznych.

Java RMI: Designing & Building Distributed Applications

by William Grosso

Java RMI contains a wealth of experience in designing and implementing Java's Remote Method Invocation. If you're a novice reader, you will quickly be brought up to speed on why RMI is such a powerful yet easy to use tool for distributed programming, while experts can gain valuable experience for constructing their own enterprise and distributed systems.With Java RMI, you'll learn tips and tricks for making your RMI code excel. The book also provides strategies for working with serialization, threading, the RMI registry, sockets and socket factories, activation, dynamic class downloading, HTTP tunneling, distributed garbage collection, JNDI, and CORBA. In short, a treasure trove of valuable RMI knowledge packed into one book.

Refine Search

Showing 31,901 through 31,925 of 59,366 results