Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Java Programming for Beginners: Learn Programming without Previous Knowledge

Posted By: AlenMiler
Java Programming for Beginners: Learn Programming without Previous Knowledge

Java Programming for Beginners: Learn Programming without Previous Knowledge by Daniel Lorig
English | 26 Oct 2016 | ASIN: B01MQ5ICWS | 104 Pages | PDF | 396.76 KB

Java is currently among the most widely used programming languages. It is particularly popular among programming beginners, because the language is both powerful and free of error-prone concepts, such as pointer arithmetic.

This book is especially written for absolute programming beginners who have no previous knowledge of Java or other programming languages. It explains important programming concepts in an easy and comprehensive way, allowing programming beginners to familiarize themselves with the language very quickly. There are programming examples for every topic to reinforce the lessons. Furthermore, the book recommends more than sixty-five webpages that can help readers improve their coding skills.

The book includes advanced topics such as network programming, concurrency, and graphical user interfaces; the basics of these and other topics are presented in a beginner-friendly way.

"Learning by doing" is a reliable method for learning programming languages. In keeping with this method, the book offers exercises for all topics covered. You can apply your learning directly and intensify your knowledge of the Java programming language.

The book covers the following topics:

Basics of the Language (Compiler, Eclipse)
Core Components of the Java Programming Language
Control Flow: Conditions and Loops
Object Orientation: A Brief Overview
Primitive Data Types
Expressions and Operators
Arrays
Strings
Classes and Objects
References, Parameters, and Null
Inheritance
Exceptions
Collections
File Management
Concurrency
Network Programming
Graphical User Interfaces (GUIs)
Additional Web Resources
Example Code Downloads