Comparing C, and Java
I never learnt C. I learnt Java. And I was glad I started with Java as my first real programming language (well my first one… Read More »Comparing C, and Java
I never learnt C. I learnt Java. And I was glad I started with Java as my first real programming language (well my first one… Read More »Comparing C, and Java
IoC, or DI definitely takes a perspective turnaround inside your head, but you get around it slowly. I was playing around ways to integrate LogBack,… Read More »Spring and Logback
There has been an (evident) craze amongst Java community with contrived terms such as IoC (Inversion of Control), DI (Dependency Injection) mainly through Spring. I… Read More »Spring IoC, DI quick tutorial
A .java class can contain only one top-level public class. All other top level classes in same .java file cannot be private or protected or… Read More »Extremely useful tips for Java