Latest Posts

All Latest Articles

Read the newest tutorials, guides, and engineering notes from CoderSathi, ordered by publish date.

Latest Posts

Newest articles first

Boolean data types in java

Boolean Data Type in Java

The Boolean data type in Java is a primitive data type that can hold one of two possible…

January 20, 20233 min read
difference between oop and pop

Difference between OOP and POP

The difference between OOP and POP lies in their approach to problem-solving. POP uses step-by-step procedures, while OOP…

January 8, 20232 min read
What is Java Bytecode

Java Bytecode

Bytecode is an intermediate code that is generated by the Java compiler. It is a sequence of instructions…

December 1, 20222 min read