Reading-notes

Read: 01 - Java Basics

Java a programming language Java is defined by a specification and consists of a programming language, a compiler, core libraries and a runtime .

JAVA basics divided to :

How to initialize variables?

types of variables:

Primitive Data Types :

ex declaration variables :

Arrays: An array is a container object that holds a fixed number of values of a single type. i.e : int [] arr1; declared array with integer numbers , int [5] arr1; declared array with integer numbers with size of 5 .

  1. Unary Operator.
  2. Arithmetic Operator.
  3. Shift Operator.
  4. Relational Operator.
  5. Bitwise Operator.
  6. Logical Operator.
  7. Ternary Operator and .
  8. Assignment Operator.

Java Operator Precedence :

Expressions, Statements, and Blocks

As Simple as that

## Control Flow Statements:

selection statements allow you to control the flow of the program during run time on the basis of the outcome of an expression or state of a variable. Iteration statements are used to execute the block of code repeatedly for a specified number of times or until it meets a specified condition. Jump statements are used to alter or transfer the control to other section or statements in your program from the current section.

compiling :

How can i search about Java Documentation:

U should or have to be smart in searching , there is no stander solution for this kind of programmer prob’s , until these ways that written by this intelligence writter it will help u but it will not fix this if u not take this skills and develope it inside u .