JAVA - LEARNED TOPICS
JAVA - LEARNED TOPICS
BASICS:
Variables :
# Local variable
# Global variable
# Static variable
Operators :(important)
# Bitwise
# Left & Right shift
Loops:
# while loop
# do-while loop(Exit check loop)
# for loop
* simple for loop
* for each loop
* nested for loop
* infinite for loop
Types:
1) 1D array(row or column)
2) 2D array(row and column)
Strings:
# next(),nextInt(),nextLine()
# Methods: # Keywords:
Keywords
# Static
* static Variable
* static Method
* static Block
# This
* this(.)
* this off()
# Super
* super variable
* super method
* super constructor
# Final
* final variable
* final method
* final class
----------------------------Incomplete-----------------------
Map:
# HashMap<>
# Linked HashMap<>
# TreeMap<>
Files:
-------------------------------------------------------------
Methods:
# init()
# service()
* doGet()
* doPost()
# destroy()