-
Core Java
Factory Design Pattern Case Study
I had a job to check our project code quality. And have to report it back to my team leader…
Read More » -
Core Java
Calling private Java methods publicly?
We Java developers, known 4 access modifiers in Java: private, protected, public, and package. Well, except for the private, the…
Read More » -
Core Java
Java Twitter client with Twitter4j
Got inspired by my friend, who built his own Twitter client for his company’s client. So, I tried to build…
Read More »