Java for Beginners (With Tutorial Video)
If you take a look at www.tiobe.com/tiobe-index/ , which shows the year-by-year rating of programming languages , you will see that Java is the most preferred language on all platforms for years. The book in your hand; It contains plenty of application examples and video support for those who want to take an easy step into Java and produce solutions to problems in Java.
BOOK CONTENT
Introduction to Java
Coding Operators and Mathematical Expressions
Basic Introduction
Output operations
Optional Constructs (if-else, switch case)
Loops (Repetitive Structures)
Nested Loops
Random Number Generation and Mathematical Functions
Methods
Errors and Exceptions
Strings and String Methods
Regular Expressions and Date-Time Operations
Data Structures and Collections
File Operations
Appendix: Java Archive (JAR) File
Network Programming
VIDEO CONTENT
Eclipse and JDK Installation
Hello World Application with Java
Migrating from Algorithm to Java with Flowgoritm
Migrating from Algorithm to Java with Raptor
Variables and Data Types, Enum Constant
Data Types and Conversions to Each Other
Number Systems and Conversions to Each Other
Optional Constructs: if, if else, switch case
Loops (for, while, and Conversions to Each Other)
Random Number Generation: Number Guessing Game
Random Number Generation: Numerical Lotto Example
Parameterized and Unparalleled Method Definition
Recursion (Recursive Structures): Factorial Example
Array Defining and Sorting (Sort Method)
Sequences (Explanation on Ready-made Code Examples)
Matrices (Explanation on Ready-made Code Examples)
for each Loop Structure and Lambda Symbol
File Concept and Example of Writing Data/Record to File
Reading Records from File (with File and Path Classes)
Class and Object Concepts
Encapsulation and getter-setter Method Definition
Inheritance and Instanceof Statement
applets
SWING Example-1
SWING Example-2