So a RuntimeException
is thrown at runtime, right?
Continue reading “Misnomer: RuntimeException”
Misnomer: NullPointerException
Java does not have pointers. Variables are of primitive or reference type. So it uses references. Then why is there a NullPointerException?
Misnomer: final keyword
The final keyword creates a lot of confusion in the Java world. I’ll try to clear things up a bit. Continue reading “Misnomer: final keyword”
Hello World
So this is my wordpress blog. I like programming. Computers understand me. But sometimes I like to write something down for other humanoids to read.