java.lang.NullPointerException

Java throws the exception java.lang.NullPointerException, when you declare an object but do not instantiate it and yet use it for calling a class method or setting / getting variables. Consider…
View Post

Java SimpleDateFormat – SSSXXX

The Java SimpleDateFormat class can represent many date formats including SSSXXX. Each letter in the date can signify date, time, timezone or some other things. SSSXXX represents milliseconds and timezone.…
View Post

How to clear Java cache?

You should know how to clear java cache because temporary java files can impact the browser’s performance as well as show outdated content. By clearing the cache, we can force…
View Post