TH Thilini Fernando Floating Point Error Most of the time, a value of a currency, we represent with a double which is a floating point. But, in some cases, we get an incorrect…
TH Thilini Fernando Why Division by Zero is not Infinity? During school time, we learn that if any number is divided by zero, the value is equal to infinity. But, when It’s come to the computer…
TH Thilini Fernando 16. Collections and Generics in Java In Java, the Collection Framework plays a huge role in structuring data in different ways. In the previous chapters, we learn something…
TH Thilini Fernando 17. Package, Jars, and Deployment in Java Now, we know how to develop a Java application but, how we deliver our developed application to the end-user. End-user has not the system…
SCI TH Thilini Fernando 18. Remote Deployment with RMI in Java You already know that, when we run Java programs on our machine, the system is allocated space for doing the thing and we learn the main…
TH Thilini Fernando Using swing in Java In the previous chapter, we use javax.swing package to make our GUI. But, there are a few more components to discuss.
TH Thilini Fernando Serialization and File I/O in Java We know that objects have states and behaviors. The values of the state are different from object to object but, behaviors are the same for…
MDA TCH TH Thilini Fernando What Optimizing 1000+ React Component Taught Me !! A few weeks back, I got the opportunity to work on an existing React application to enhance its performance, as it had been a little slow…
TH Thilini Fernando Understanding Transaction Visibility in Oracle Last week, I had to work with Oracle for some manual data updates directly from SQL Developer instead of using the application UI or…