NullPointerException – Eg 1 When Instance of an Object Is set to Null and It Is Used as A reference

java.lang.NullPointerException exception is one of the most popular errors in Java and it is caused by so many issues. One of such issues is when an objected is initiated to a Null value and then its reference is used to call a method or a variable. Example is in the code below.

In the

Read More »
Data Science
datapandasadmin

Installing Talend Whilst Java 1.8 Is Already Installed on Windows 10 PC

I was installing Talend and I realised that Talend installation requires Java 1.7 or below but not any Java version above that. (as at the time of writing) The installation quit straight away, giving a notification that it requires Java 1.7 These are the steps I followed to get Talend installation to succeed. First I

Read More »