It is not so hard to send someone an email whether it is a scheduled job or any other method, just use Mail send method and the mail will be on its way. But what if you want to add a graph or a chart to your email template then it is not as easy […]
How to create a simple puzzle game in java?
One quite useful way to view mathematical puzzles is as games where only one person (the person playing the game) makes moves. We can borrow all the theoretical tools to learn the theory of games to research puzzles. For instance, we can use the same backtracking algorithm that proves that there is a winning strategy […]
Why Kotlin is used and what is SINGLETON in Kotlin?
Kotlin is a statically typed language. It is also known as JVM language because Kotlin needs Java Virtual Machine (JVM) to execute its bytecode. Some exceptional features making it different than others i) Since it is JVM language so it’s fully interoperable on Java language. Since it is new in the market so it’s developed […]