Browse Results

Showing 28,251 through 28,275 of 53,441 results

Jak sta? si? lepszym programist?. Przewodnik

by Pete Goodliffe

Podr?cznik prawdziwego programisty!Zawód programisty jak ?aden inny wymaga ci?g?ego rozwoju, nauki i doskonalenia. Ka?dy dzie? to nowe wyzwania, techniki programistyczne oraz kolejne linie wysokiej jako?ci kodu. Zastanawiasz si?, co jeszcze mo?esz zrobi?, aby sta? si? lepszym programist?? Chcesz zaimponowa? ciekawymi koncepcjami oraz wprowadzi? znacz?ce ulepszenia w codziennej pracy? Trafi?e? na ksi??k?, która sprawi, ?e Twój kod nabierze nowego blasku!Na kolejnych stronach tej ksi??ki przeczytasz o tym, jak powinien by? sformatowany kod ?ród?owy, jakie stosowa? nazewnictwo oraz jak usuwanie zb?dnego kodu wp?ywa na jego jako??. Nauczysz si? odnajdywa? b??dy w kodzie i pisa? dobre testy. Dowiesz si? tak?e, jak w pe?ni korzysta? z mo?liwo?ci systemu kontroli wersji. Ksi??ka ta jest obowi?zkow? lektur? dla ka?dego programisty ceni?cego sobie ci?g?y rozwój, d??enie do doskona?o?ci oraz tworzenie ?wietnego kodu! Techniki z poziomu kodu, dotycz?ce pisania wierszy kodu, testów, debugowania i radzenia sobie ze z?o?ono?ci?. Praktyki, podej?cia i postawy: zachowaj prostot?, wspó?pracuj z innymi, wykorzystuj gotowe rozwi?zania i twórz elastyczny kod. Strategie skutecznego uczenia si?, etycznego post?powania, szukania wyzwa? i unikania stagnacji. Praktyczne metody ko?czenia zada?: u?ywanie w?a?ciwych narz?dzi, ustalanie, jak ma wygl?da? gotowe rozwi?zanie, i szukanie pomocy ze strony wspó?pracowników. Nawyki dobrej wspó?pracy z innymi i traktowania programowania jak zaj?cia spo?ecznego.Obowi?zkowa lektura ka?dego programisty!

Jakarta Commons Cookbook

by Timothy M. O'Brien

As a Java developer, you're always looking for tools to help in your web and application development. Maybe you've heard of the Jakarta Commons open source Java tools. The Jakarta Commons is an open source Jakarta subproject where developers create and maintain a collection of twenty-plus independent Java components and utilities that serve useful purposes. Jakarta Commons packages include utilities for web, XML, networking, building and testing applications, and some that help other packages work better together. Jakarta Commons packages are designed to be reusable. Each one is a time saver by itself, and when used in combination the results can be very powerful. But in searching for information on the Jakarta Commons tools, you find it hard to locate documentation relevant to your needs. You don't have lots of time to spend searching for information on a specific Jakarta Commons tool to determine what it does and how to incorporate it in your code. If you are looking for a single source for clear information and samples on how to use the Jakarta Commons tools, then the Jakarta Commons Cookbook is for you. The Jakarta Commons Cookbook summarizes each of the available Jakarta Commons packages and contains practical and efficient recipes for making the most out of the Jakarta Commons open source Java tools. You don't have to be an expert, since the book explains how and why to use a utility, pitfalls to avoid, and where to look for additional information on Jakarta Commons utilities. It introduces design possibilities and explores combining Jakarta Commons utilities in novel assemblies to create complex applications. The book offers detailed code samples and insider tips--making it a valuable resource whether you are an expert Java developer or a novice. If you want to quickly learn how to use Jakarta Commons timing-saving utilities or have an invaluable resource for Jakarta Commons questions and techniques, then the Jakarta Commons Cookbook is for you.

Jakarta EE Cookbook: Practical recipes for enterprise Java developers to deliver large scale applications with Jakarta EE, 2nd Edition

by Elder Moraes

An enterprise Java developer's guide to learning JAX-RS, context and dependency injection, JavaServer Faces (JSF), and microservices with Eclipse MicroProfile using the latest features of Jakarta EE Key Features Explore Jakarta EE's latest features and API specifications and discover their benefits Build and deploy microservices using Jakarta EE 8 and Eclipse MicroProfile Build robust RESTful web services for various enterprise scenarios using the JAX-RS, JSON-P, and JSON-B APIs Book Description Jakarta EE is widely used around the world for developing enterprise applications for a variety of domains. With this book, Java professionals will be able to enhance their skills to deliver powerful enterprise solutions using practical recipes. This second edition of the Jakarta EE Cookbook takes you through the improvements introduced in its latest version and helps you get hands-on with its significant APIs and features used for server-side development. You'll use Jakarta EE for creating RESTful web services and web applications with the JAX-RS, JSON-P, and JSON-B APIs and learn how you can improve the security of your enterprise solutions. Not only will you learn how to use the most important servers on the market, but you'll also learn to make the best of what they have to offer for your project. From an architectural point of view, this Jakarta book covers microservices, cloud computing, and containers. It allows you to explore all the tools for building reactive applications using Jakarta EE and core Java features such as lambdas. Finally, you'll discover how professionals can improve their projects by engaging with and contributing to the community. By the end of this book, you'll have become proficient in developing and deploying enterprise applications using Jakarta EE. What you will learn Work with Jakarta EE's most commonly used APIs and features for server-side development Enable fast and secure communication in web applications with the help of HTTP2 Build enterprise applications with reusable components Break down monoliths into microservices using Jakarta EE and Eclipse MicroProfile Improve your enterprise applications with multithreading and concurrency Run applications in the cloud with the help of containers Get to grips with continuous delivery and deployment for shipping your applications effectively Who this book is for This book is for Java EE developers who want to build enterprise applications or update their legacy apps with Jakarta EE's latest features and specifications. Some experience of working with Java EE and knowledge of web and cloud computing will assist with understanding the concepts covered in this book.

Jakarta EE Recipes: A Problem-Solution Approach

by Josh Juneau

Take a problem-solution approach to programming enterprise Java applications and microservices for cloud-based solutions, enterprise database applications, and even small business web applications. This book provides effective and proven code snippets that you can immediately use to accomplish just about any task that you may encounter. You can feel confident using the reliable solutions that are demonstrated in this book in your personal or corporate environment.Java EE was made open source under the Eclipse Foundation, and Jakarta EE is the new name for what used to be termed the Java Enterprise Edition Platform. This book helps you rejuvenate your Java expertise and put the platform’s latest capabilities to use in quickly developing robust applications. If you are new to Jakarta EE, this book will help you learn features of the platform, and benefit from one of the most widely used and powerful technologies available for application development today. Examples in Jakarta EE Recipes highlight Jakarta EE’s capabilities, helping you to build streamlined and reliable applications using the latest in Java technologies. The book takes a problem-solution approach in which each section introduces a common programming problem, showing you how to best solve that problem using the latest features in Jakarta EE. Solutions are presented in the form of working code examples that you can download and use immediately in your own projects. Clear descriptions are given so you can understand and learn to build further on the solutions that are provided. This is the ideal book for the code-focused programmer interested in keeping up with the future of enterprise development on the Java Platform. What You Will LearnDevelop enterprise Java applications using the now open source Jakarta EE platformCreate great-looking user interfaces using Jakarta Server Faces and the Eclipse Krazo frameworkBuild database applications using Jakarta Enterprise Beans and Jakarta RESTFul web servicesAutomate testing through cohesive test suites built on Arquillian for Jakarta EE applicationsDeploy microservices applications in cloud environments using DockerSecure applications utilizing the Jakarta EE Security API and JSON Web Tokens Who This Book Is ForJava developers interested in quickly finding effective and proven solutions without reading through a lengthy manual and scrubbing for techniques

Jakarta Struts Cookbook

by Bill Siggelkow

The Jakarta Struts Framework is a popular open source platform for building web applications from top to bottom with Java. While this popularity has led to a wealth of online and in-print documentation, developers still find themselves faced with a number of common tasks that are not clearly and succinctly explained. In these situations, programmers can now turn to the Jakarta Struts Cookbook an amazing collection of code solutions to common--and uncommon--problems encountered when working with the Struts Framework. Among many other recipes, this book explains how to: display data in complex HTML tables use JSP, the JSTL, and JavaScript in your user interface define static and dynamic action forms validate data and respond to errors use Logging, Validation, and Exception Handling integrate Struts with persistence frameworks like Hibernate and iBATIS This look-up reference is just what today's time-pressed developers need. With solutions to real-world problems just a few page flips away, information is instantly available. And while the book's solutions focus on getting to the point, each recipe's discussion section imparts valuable concept and insight from a Struts veteran. The Jakarta Struts Cookbook is perfect for independent developers, large development teams, and everyone in between who wishes to use the Struts Framework to its fullest potential. Plus, it s completely up-to-date with the latest versions of Framework, so readers can be sure the information is viable.

James Acaster's Guide to Quitting Social Media

by James Acaster

This is a self help book like no other. Because you are not helping yourself, James Acaster is helping you.When James quit all forms of social media in 2019 he felt like he'd been born anew, but he was worried he'd suffer withdrawal and get lured back online to compete in a never ending popularity contest with only one possible winner (f*cking Zuckerberg). He knew that in order to stay clean he'd have to replace everything social media used to give him with three-dimensional, real-life activities. And so it was that James found ways to anonymously bully strangers, see photos of everyone's dogs, get invited to as many parties as possible, immediately know about all celebrity deaths, get public figures fired, argue with everybody about everything, and so much more without even owning a phone (he painted over the screen of his old one to stop himself looking at Instagram). His life is amazing and yours could be too if you buy JAMES ACASTER'S GUIDE TO QUITTING SOCIAL MEDIA, BEING THE BEST YOU YOU CAN BE AND SAVING YOURSELF FROM LONELINESS VOL. 1. You will also need to do everything the audiobook tells you to. Including helping us promote the audiobook by tweeting about it.(P) 2022 Headline Publishing Group Ltd

James Acaster's Guide to Quitting Social Media

by James Acaster

This is a self-help book like no other. Because you are not helping yourself, James Acaster is helping you.In 2019, James quit all forms of social media - covering his phone in tar and driving it to a lock-up in Rhyl, before setting up home in a castle he'd built himself called Castle Anti-Net. But when the withdrawal symptoms hit him, he realised in order to stay clean he'd have to replace everything social media gave him with three-dimensional, real-life activities. Employing the help of a mysterious, wealthy benefactor named Clancy Dellahue, and an ever-growing gang of misfits (aka the Tangfastic Crew), James found ways to replace his online friends (he joined the scouts) and spy on his exes (climbing ropes, zip lines, fake moustache) as well as anonymously bullying strangers, seeing photos of everyone's dogs, getting public figures fired, arguing with everybody about everything, and so much more. His life is amazing and yours could be too if you buy JAMES ACASTER'S GUIDE TO QUITTING SOCIAL MEDIA, BEING THE BEST YOU YOU CAN BE AND SAVING YOURSELF FROM LONELINESS VOL. 1.

James Acaster's Guide to Quitting Social Media

by James Acaster

This is a self-help book like no other. Because you are not helping yourself, James Acaster is helping you.In 2019, James quit all forms of social media - covering his phone in tar and driving it to a lock-up in Rhyl, before setting up home in a castle he'd built himself called Castle Anti-Net. But when the withdrawal symptoms hit him, he realised in order to stay clean he'd have to replace everything social media gave him with three-dimensional, real-life activities. Employing the help of a mysterious, wealthy benefactor named Clancy Dellahue, and an ever-growing gang of misfits (aka the Tangfastic Crew), James found ways to replace his online friends (he joined the scouts) and spy on his exes (climbing ropes, zip lines, fake moustache) as well as anonymously bullying strangers, seeing photos of everyone's dogs, getting public figures fired, arguing with everybody about everything, and so much more. His life is amazing and yours could be too if you buy JAMES ACASTER'S GUIDE TO QUITTING SOCIAL MEDIA, BEING THE BEST YOU YOU CAN BE AND SAVING YOURSELF FROM LONELINESS VOL. 1.

The Jamstack Book: Beyond static sites with JavaScript, APIs, and markup

by Raymond Camden Brian Rinaldi

Jamstack = JavaScript, APIs, and Markup. Use established standard technologies to build super-fast static websites without sacrificing rich, dynamic features.In The Jamstack Book, you will learn how to: Use different static site generators to build websites Deploy Jamstack sites with 11ty, Next.js, Hugo, and Jekyll Add dynamic capabilities like form processing and eCommerce Enhance your Jamstack site with serverless capabilities Integrate a CMS with a Jamstack site Jamstack sites use JavaScript, APIs, and Markup to create fast, dynamic pages without the overhead of heavyweight frameworks. The Jamstack Book is your essential guide to this exciting new web architecture. Written by renowned Jamstack experts Raymond Camden and Brian Rinaldi, it&’s filled with real-world projects to develop and hone your skills. You&’ll learn how to lay out and generate a site, set up your own CMS, and add dynamic features like user logins and search functionality. Confusing jargon is demystified. Plus, you&’ll get the chance to try out different static site generators and find the one that works best for you. Pick up this book today, and you&’ll discover how the Jamstack answers your need for speed and simplicity. About the technology JavaScript, APIs, and pre-rendered Markup put the JAM in Jamstack. This modern web architecture delivers the quick load times of static sites along with the dynamic functionality you need for user-friendly interactive features. Built with lightweight standards and tools, Jamstack sites are fast, secure, easy to maintain, and naturally optimized for mobile and SEO. About the book The Jamstack Book teaches effectively by creating a portfolio of sites, ranging from a simple blog to an eCommerce store. Each new project introduces important skills, including cloud deployment, user logins, and search. You&’ll get hands-on experience with tools like 11ty, Next.js, and Netlify. As your skills grow, the examples become more sophisticated, including serverless technology, dynamic forms, and an integrated CMS. What's inside Use different static site generators to build websites Add dynamic capabilities like form processing and eCommerce Enhance your Jamstack site with serverless capabilities Integrate a CMS with a Jamstack site About the reader For web developers and CMS site developers. About the author Raymond Camden is the author of multiple books on web development and has been blogging and presenting for almost twenty years. Brian Rinaldi has been involved in static site and Jamstack development since the early days. Table of Contents 1 Why Jamstack? 2 Building a basic Jamstack site 3 Building a blog 4 Building a documentation site 5 Building an e-commerce site 6 Deployment 7 Adding dynamic elements 8 Working with serverless computing 9 Adding a content management system 10 Migrating to the Jamstack

Jane Eyre on Social Media: The perfect gift for Brontë fans

by Sarah Day Claire McGowan

Reader, she married him. But not before a LOT of discussion of his behaviour in the group chat.With courage, determination and logged into her social media accounts - plain Jane Eyre is ready to take on the world. But then she meets and begins to fall for Edward Rochester, AKA the definition of a red flag, with screenshots to prove it.When authors Claire McGowan and Sarah Day imagined how 'Pride and Prejudice on Social Media' might look, retelling the story through mocked-up social media posts, their post instantly went viral. Now, they return with a Bronte classic told through highs and lows of social media . . .Perfect for fans of Charlotte Brontë . . .

Jane Eyre on Social Media: The perfect gift for Brontë fans

by Sarah Day Claire McGowan

Sarah Day and Claire McGowan retell Jane Eyre for the modern-day social media world: Reader, she married him. But not before a LOT of discussion of his behaviour in the group chat.With courage, determination and logged into her social media accounts - plain Jane Eyre is ready to take on the world. But then she meets and begins to fall for Edward Rochester, AKA the definition of a red flag, with screenshots to prove it.When authors Claire McGowan and Sarah Day imagined how 'Pride and Prejudice on Social Media' might look, retelling the story through mocked-up social media posts, their post instantly went viral. Now, they return with a Bronte classic told through highs and lows of social media . . .Perfect for fans of Charlotte Brontë . . .(P)2023 Hodder & Stoughton Limited

Japanese Culture Through Videogames (Routledge Contemporary Japan Series)

by Rachael Hutchinson

Examining a wide range of Japanese videogames, including arcade fighting games, PC-based strategy games and console JRPGs, this book assesses their cultural significance and shows how gameplay and context can be analyzed together to understand videogames as a dynamic mode of artistic expression. Well-known titles such as Final Fantasy, Metal Gear Solid, Street Fighter and Katamari Damacy are evaluated in detail, showing how ideology and critique are conveyed through game narrative and character design as well as user interface, cabinet art, and peripherals. This book also considers how ‘Japan’ has been packaged for domestic and overseas consumers, and how Japanese designers have used the medium to express ideas about home and nation, nuclear energy, war and historical memory, social breakdown and bioethics. Placing each title in its historical context, Hutchinson ultimately shows that videogames are a relatively recent but significant site where cultural identity is played out in modern Japan. Comparing Japanese videogames with their American counterparts, as well as other media forms, such as film, manga and anime, Japanese Culture Through Videogames will be useful to students and scholars of Japanese culture and society, as well as Game Studies, Media Studies and Japanese Studies more generally.

Jasmine Cookbook

by Munish Sethi

If you are a competent JavaScript developer who wants to design and implement tests using Jasmine in order to minimize bugs in the production environment, then this book is ideal for you. Some familiarity with unit testing and code coverage concepts such as branch coverage along with basic knowledge of Node.js, AngularJS, and CoffeeScript is required.

Jasmine JavaScript Testing

by Paulo Ragonha

The book uses a concise, to-the-point approach to help developers understand and use the power of Jasmine to create better and more maintainable codebases.This book is a must-have guide for web developers who are new to the concept of unit testing. It's assumed that you have a basic knowledge of JavaScript and HTML.

Jasmine JavaScript Testing - Second Edition

by Paulo Ragonha

This book is for web developers and designers who work with React.js and JavaScript and who are new to unit testing and automation. It's assumed that you have a basic knowledge of JavaScript and HTML.

JasperReports 3.5 for Java Developers

by David R. Heffelfinger

This book is a comprehensive and practical guide aimed at getting the results you want as quickly as possible. The chapters gradually build up your skills and by the end of the book you will be confident enough to design powerful reports. Each concept is clearly illustrated with diagrams and screen shots and easy-to-understand code. If you are a Java developer who wants to create rich reports for either the Web or print, and wants to get started quickly with JasperReports to do this, this book is for you. No knowledge of JasperReports is presumed.

JasperReports 3.6 Development Cookbook

by Bilal Siddiqui

The entire book is a comprehensive collection of recipes meant to tutor you on making and enhancing reports. Each recipe provides you with easy step-by-step descriptions of the actions necessary to accomplish a specific task with explanations to help you to understand how and why each action was undertaken. Example values and code samples are used throughout the recipes, which makes adaptation for individual needs easy. Each recipe uses a concrete example for easy understanding. This book is for Java developers who want to use JasperReports to create user-friendly business reports. It is for those who may be familiar with JasperReports but want to dive into advanced JasperReports activities. If you know how to use Microsoft Word you can also learn how to design business reports using iReport by following the recipes of this cookbook. Although the primary audience of this cookbook are report designers, however Java and XML developers will find this book useful in understanding how Jasper's XML code works and how to wrap JasperReports functionality in your Java Swing or Web applications.

JasperReports for Java Developers

by David R. Heffelfinger

This book is a concise and practical guide aimed at getting the results you want as quickly as possible. This book is for Java developers who want to create rich reports for either the web or print, and want to get started quickly with JasperReports to do this. No knowledge of JasperReports is presumed, although obviously familiarity with Java, SQL, and XML are assumed where they are required.

JAVA 7 in Simple Steps

by Kogent Learning Solutions Inc.

Java 7 in Simple Steps is an ideal book for beginners to learn Java 7. This book contains code of many executable programs that help you to understand the concepts of Java 7 in a simple way. It is a good choice for readers looking for a book covering maximum core Java concepts along with various examples. The book covers: Introduction to Java SE 7 Binary Literals and Use of Strings in the Switch Statement Use of Non-Reifiable Formal parameter Control Program Flow Statements Classes, Methods, Packages, and Access Specifiers Objects-Oriented Programming in Java Exception Handling using the try with resources Statement Concept of Threads and Multithreaded Custom Class Loaders Embed JNLP in Applet Tag Collection Framework Input/Output Operations Interface Components Event Handling Applets and Advanced GUI Features by Developing Dragged Applets

Java: An Eventful Approach

by Kim B. Bruce Andrea Pohoreckyj Danyluk Thomas P. Murtagh

Java, an object-oriented language with many standard libraries, offers both complexities and opportunities. This introductory book makes use of a new approach to understanding programming in Java. Provides an objects-first approach to programming. Introduces object-oriented graphics and writing methods early in the book. Motivates readers to use event-driven programming. Reinforces the importance of understanding several threads. For anyone interested in the programming language of Java.

Java: Boost your application’s performance with the new features of Java 9

by Mayur Ramgir

Optimize the powerful techniques of Java 9 to boost your application's performanceKey Features Tackle all kinds of performance-related issues and streamline your development Dive into the new features of Java 9 Implement highly efficient and reliable codes with the help of new APIs of Java Embedded with assessments that will help you revise the concepts you have learned in this bookBook DescriptionJava 9 which is one of the most popular application development languages. The latest released version Java 9 comes with a host of new features and new APIs with lots of ready to use components to build efficient and scalable applications. Streams, parallel and asynchronous processing, multithreading, JSON support, reactive programming, and microservices comprise the hallmark of modern programming and are now fully integrated into the JDK. This book focuses on providing quick, practical solutions to enhance your application's performance. You will explore the new features, APIs, and various tools added in Java 9 that help to speed up the development process. You will learn about jshell, Ahead-of-Time (AOT) compilation, and the basic threads related topics including sizing and synchronization. You will also explore various strategies for building microservices including container-less, self-contained, and in-container. This book is ideal for developers who would like to build reliable and high-performance applications with Java. This book is embedded with useful assessments that will help you revise the concepts you have learned in this book.What you will learn Familiarize with modular development and its impact on performance Learn various string-related performance improvements, including compact string and modify string concatenation Explore various underlying compiler improvements, such as tiered attribution and Ahead-of-Time (AOT) compilation Learn security manager improvements Understand enhancements in graphics rasterizers Use of command-line tools to speed up application development Learn how to implement multithreading and reactive programming Build microservices in Java 9 Implement APIs to improve application codeWho this book is forThis book is targeted at developers who would like to build reliable and high-performance applications with Java.

Java: Data Science Made Easy

by Richard M. Reese Jennifer L. Reese Alexey Grigorev

Data collection, processing, analysis, and more About This Book • Your entry ticket to the world of data science with the stability and power of Java • Explore, analyse, and visualize your data effectively using easy-to-follow examples • A highly practical course covering a broad set of topics - from the basics of Machine Learning to Deep Learning and Big Data frameworks. Who This Book Is For This course is meant for Java developers who are comfortable developing applications in Java, and now want to enter the world of data science or wish to build intelligent applications. Aspiring data scientists with some understanding of the Java programming language will also find this book to be very helpful. If you are willing to build efficient data science applications and bring them in the enterprise environment without changing your existing Java stack, this book is for you! What You Will Learn • Understand the key concepts of data science • Explore the data science ecosystem available in Java • Work with the Java APIs and techniques used to perform efficient data analysis • Find out how to approach different machine learning problems with Java • Process unstructured information such as natural language text or images, and create your own searc • Learn how to build deep neural networks with DeepLearning4j • Build data science applications that scale and process large amounts of data • Deploy data science models to production and evaluate their performance In Detail Data science is concerned with extracting knowledge and insights from a wide variety of data sources to analyse patterns or predict future behaviour. It draws from a wide array of disciplines including statistics, computer science, mathematics, machine learning, and data mining. In this course, we cover the basic as well as advanced data science concepts and how they are implemented using the popular Java tools and libraries.The course starts with an introduction of data science, followed by the basic data science tasks of data collection, data cleaning, data analysis, and data visualization. This is followed by a discussion of statistical techniques and more advanced topics including machine learning, neural networks, and deep learning. You will examine the major categories of data analysis including text, visual, and audio data, followed by a discussion of resources that support parallel implementation. Throughout this course, the chapters will illustrate a challenging data science problem, and then go on to present a comprehensive, Java-based solution to tackle that problem. You will cover a wide range of topics – from classification and regression, to dimensionality reduction and clustering, deep learning and working with Big Data. Finally, you will see the different ways to deploy the model and evaluate it in production settings. By the end of this course, you will be up and running with various facets of data science using Java, in no time at all. This course contains premium content from two of our recently published popular titles: • Java for Data Science • Mastering Java for Data Science Style and approach This course follows a tutorial approach, providing examples of each of the concepts covered. With a step-by-step instructional style, this book covers various facets of data science and will get you up and running quickly.

Java: An Introduction to Problem Solving and Programming (Seventh Edition)

by Walter Savitch

An introduction to programming using the Java computer programming language.

Java: Unearthing the Excellence in Java

by Jim Waldo

What if you could condense Java down to its very best features and build better applications with that simpler version? In this book, veteran Sun Labs engineer Jim Waldo reveals which parts of Java are most useful, and why those features make Java among the best programming languages available. Every language eventually builds up crud, Java included. The core language has become increasingly large and complex, and the libraries associated with it have grown even more. Learn how to take advantage of Java's best features by working with an example application throughout the book. You may not like some of the features Jim Waldo considers good, but they'll actually help you write better code. Learn how the type system and packages help you build large-scale software Use exceptions to make code more reliable and easier to maintain Manage memory automatically with garbage collection Discover how the JVM provides portability, security, and nearly bug-free code Use Javadoc to embed documentation within the code Take advantage of reusable data structures in the collections library Use Java RMI to move code and data in a distributed network Learn how Java concurrency constructs let you exploit multicore processors

Java: Der Sprachkurs für Einsteiger und Individualisten (Für Dummies Ser.)

by Arnold V. Willemer

Java programmieren lernen auf die etwas andere Art: Wenn Sie sich eine verständliche Einführung wünschen, liegen Sie mit diesem Buch genau richtig, es kann aber noch viel mehr! Witzige Beispiele, knifflige Aufgaben und unzählige schräge Anekdoten von Programmier-Original Arnold Willemer sorgen dafür, dass Sie gar nicht anders können, als Java zu lernen. Von der ersten Schleife über die Datenbank-Entwicklung bis zu Ihrer eigenen Android-App werden Sie alles lernen, was Sie brauchen - und haben auch noch Spaß dabei!

Refine Search

Showing 28,251 through 28,275 of 53,441 results