Check out my iOS apps here
As an Amazon Associate I earn from qualifying purchases.

Java

How to download & resume file download using Java

Downloading A File In Java Is Easy, But How About Resuming The Download Once It Stopped? There are many ways to download a file using Java. Either using Java standard libraries, or using external ones. But there are times where we want to not only download the file, but to resume the download in case …

How to download & resume file download using Java Read More »

How To Download The HTML Of Web Page Programmatically In Java

Let’s Take A Look At Multiple Methods Of Downloading The HTML Of A Page With Java There are many times you are developing a Java application, and then you had to download the HTML of a web page. This can happen in many situations, including web scraping projects. This can also be useful to use …

How To Download The HTML Of Web Page Programmatically In Java Read More »

Why Java isn’t a widely used language for games development?

Java Is A Fast Programming Language, So Why Is It Not Used For Games Development? Java is a very popular programming language, and it often dominates the most popular programming languages chart, or at least stays on the top of these charts. From a technical standpoint, Java doesn’t lack it when it comes to creating …

Why Java isn’t a widely used language for games development? Read More »

Java VS Python VS C# detailed comparison, which language to learn first?

Let’s Take A Tour Around The 3 Widely Used Programming Languages, And To Compare Them In Details Python, Java & C# are among the most used programming languages in the world. Python is very popular among new programmers, and it competes head-to-head with Java & JavaScript over which one is the most popular. C# is …

Java VS Python VS C# detailed comparison, which language to learn first? Read More »