Download WordPress Themes, Happy Birthday Wishes
Home » Tag Archives: Java (page 6)

Tag Archives: Java

Data Structures and Algorithms with Object-Oriented Design Patterns in Java

Create sound software designs with data structures that use modern object-oriented design patterns! Author Bruno Preiss presents the fundamentals of data structures and algorithms from a modern, object-oriented perspective. The text promotes obje

Read More »

Java Structures: Data Structures in Java for the Principled Programmer

The √7 edition of Duane Bailey's "Java Structures" offers a fresh, compact introduction to the design of traditional data structures in Java. The book is supported by a book web site, where all code is posted for the book's examples, documen

Read More »

Data Structures and Algorithm Analysis in Java, Third Edition

A comprehensive treatment focusing on the creation of efficient data structures and algorithms, this text explains how to select or design the data structure best suited to specific problems. It uses Java as the programming language and is suitable

Read More »

Think Data Structures: Algorithms and Information Retrieval in Java

Data structures and algorithms are among the most important inventions of the last 50 years, and they are fundamental tools software engineers need to know. But in the author's opinion, most of the books on these topics are too theoretical, too big,

Read More »

What’s New in Java 7?

Java 7 has a number of features that will please developers. Madhusudhan Konda provides an overview of these, including strings in switch statements, multi-catch exception handling, try-with-resource statements, the new File System API, extensions of

Read More »

What’s New in Java 8: An Unofficial Guide

Java 8 is a giant step forward for the Java language. In Project Lambda, Java gets a new closure syntax (lambda expressions), method-references, and default and static methods on interfaces. It manages to add many of the features of functional langua

Read More »

Java for Small Teams

This book is an attempt to capture what good Java code looks like and the practices that help produce it. This document is intended for consumption by anyone involved with writing server side Java code. From developers writing Java for the first time

Read More »

Introduction to Programming Using Java

Designed to support an introductory programming course, this book teaches you concepts of problem-solving and object-orientated programming using a fundamentals-first approach. As beginner programmers, you learn critical problem-solving techniques th

Read More »

Java Web Programming with Eclipse

The purpose of the book is to introduce students to web application development in Java with the use of Eclipse. The book assumes a familiarity with HTML and the Java programming language. The book is in cookbook format in that it provides instructio

Read More »

Building Back-End Web Apps with Java, JPA and JSF

This book shows how to build back-end web applications with Java, JPA and JSF. A back-end web app is a distributed web app where essentially all work is performed by the back-end component, including data validation and UI page creation, while the fr

Read More »