
Design Patterns in Java Tutorial
Publisher: TutorialsPoint.com 2016
Number of pages: 218
Description:
Design patterns represent the best practices used by experienced object-oriented software developers. Design patterns are solutions to general problems that software developers faced during software development. This tutorial will take you through step by step approach and examples using Java while learning Design Pattern concepts.
Download or read it online for free here:
Read online
(online html)
Similar books
Programming Neural Networks with Encog3 in Javaby Jeff Heaton - Heaton Research
The book is an introduction to Neural Networks and Artificial Intelligence. Neural network architectures, such as the feedforward, Hopfield, and self-organizing map architectures are discussed. Training techniques are also introduced.
(20602 views)
Practical Artificial Intelligence Programming in Javaby Mark Watson - Lulu.com
The book uses the author's libraries and the best of open source software to introduce AI (Artificial Intelligence) technologies like neural networks, genetic algorithms, expert systems, machine learning, and NLP (natural language processing).
(27699 views)
Data Structures and Algorithms with Object-Oriented Design Patterns in Javaby Bruno R. Preiss - Wiley
Author presents the fundamentals of data structures and algorithms from an object-oriented perspective. The text promotes object-oriented design using Java and illustrates the use of the latest object-oriented design patterns.
(21262 views)
Programming Principles in Java: Architectures and Interfacesby David Schmidt - Kansas State University
Textbook for future professional programmers. They should understand how to employ three forms of structure: control structures, data structures, and component structures. The author emphasizes component structures over the other two forms.
(27934 views)