Java.lang package provides a Double class which wraps a value of the primitive type double in an object. An object of type Double contains a single field whose type is double. (more…)
Read more »
If you're a java developer you probably heard (often many times) that java is dead. But this is absolutely not true, and java is more alive than ever before. There were a huge discussion in the java community about the new release cadence, which is now 6 ... (more…)
Read more »
How to design Java Application with Toast and Validation, you can now Implement Toast on your java desktop application developer... (more…)
Read more »
When building an application based on real-time data streams, it’s fundamental to have a highly responsive system, that can handle the… (more…)
Read more »
Even though I’ve been programming in Java for a few years, there are still cases when its syntax surprises me. Let me share a few examples that I thought wou... (more…)
Read more »