-
Core Java
“Callable” vs “Runnable” Tasks in Java Concurrent Programming
When we write multi-threaded applications in Java, we are predisposed to implementing threaded classes by using the “Runnable” interface. Your…
Read More » -
Core Java
Eliminating Null Pointer Exceptions from your Java Applications
This post is a brief introduction to one of the most useful yet “un-glamorous” features of Java 8. Programmers have…
Read More » -
Communications
Telecommunications for Dummies – Telecom Basics and Introduction to BSS
Introduction This post is intended to be a crash course for beginners who wish to understand at a “broad level”…
Read More » -
Communications
Net Neutrality Simplified – Information super-highway analogy
A few months back, during an informal discussion with a colleague – the concept of net neutrality came along. During…
Read More »