↧
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...
View ArticleNullPointerException – Eg 1 When Instance of an Object Is set to Null and It...
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...
View ArticlePython Similarities Comparison With Java – Short Code Snippets
Trying to learn new language when you already know another one is most at times easier to do. And it is much more so easy when the new language you want to pick up is very related to the one you...
View Article