Road map of java course

 CORE JAVA WITH ROWCODER


  • Phases

  1. phase: basic concepts
Chapter-1
  • birth of java
  • what is java
  • why java is platform independent
  • setup java in system
  • java environment
  • java datatype
  • java variable
  • java operators
Chapter-2
  • Control statements
                  =>Decision making statements
                            1.if statement
                            2.else if statement
                            3.else statement
                            4.switch case statement                    
                 => Loops statements
                            1.while loop
                            2.do while loop
                            3.for loop
                 =>Jump statements
                            1.break 
                            2.continue 

2.phase: oops concepts
3.phase: advance Java concepts
4.phase: DSA with Java

Comments