JDK v/s JRE v/s JVM

These JDK,JRE,JVM are most commonly heard in the Java programming language. Many people get confused with these 3 terms or they think that they are one and the same, unfortunately they are not synonyms,each one has got its own responsibility. Let’s see below in detail about what is JVM,JRE and JDK JVM It stands for […]

Share this article on

Cron Jobs Overview

Cron job functionality is used whenever we want to execute some tasks at some point of time. It’s like an Alarm we set before we sleep 🙂 . We set Alarm at 5AM, 6AM, 7AM and so on, so at that point of time, Alarm gets executed. We can set the alarm for daily, alternate […]

Share this article on
< Previous