Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 428 Bytes

File metadata and controls

16 lines (14 loc) · 428 Bytes

Java-core-practice

Syntax

basic syntax

Data types

char, byte, int, short, long, float, double etc

Control statements

if statement, if else statment, nested if else statment, switch case, loop [ while loop, do while loop, for loop, forEach loop]

object oriented programming

class object polymorphism, encapsulation, inheritence, abstraction

input output operation

interface and package

exception handling

error