Comprehensive List of Java Exercises For Practice ( Updated Frequently )

  • Post last modified:November 4, 2022
  • Reading time:1 mins read
Photo by Caspar Camille Rubin on Unsplash

Introduction

  • This Page consists of a list of Java exercises that will help to increase java knowledge.
  • The target audience is from Beginners to Intermediate Level.
  • I will keep adding and updating this list moving forward. If you have any recommendations don’t hesitate to write them down in the comment section.
  • I hope it helps!

Java ExcerciseDetailed Solution
Data Ingestion In Plain Javahttps://asyncq.com/data-ingestion-in-plain-java
Download Online Files in Javahttps://asyncq.com/how-to-build-httpclient-in-java-to-download-file
Building Simple Rest Client In Javahttps://asyncq.com/building-simple-http-client-in-java
Encrypt and Decrypt Data In Javahttps://asyncq.com/how-to-encrypt-and-decrypt-data-in-java
Generate Mock Data In Javahttps://asyncq.com/quick-way-to-generate-mock-data-in-java
Building RSS Feed Client In Javahttps://asyncq.com/how-to-build-rss-feed-client-in-java
LRU Cache Implementation In Javahttps://asyncq.com/how-to-implement-lru-cache-in-java
Protecting Sensitive Info In Javahttps://asyncq.com/how-to-protect-pii-with-java
Access Twitter API in Javahttps://asyncq.com/how-to-access-twitter-v2-api-with-java
BigQuery Data warehousing With Javahttps://asyncq.com/how-to-access-bigquery-data-warehouse-with-java
Building Social Stats App with Javahttps://asyncq.com/how-to-build-social-stats-api-with-java
Implementing Tuple In Javahttps://asyncq.com/how-to-implement-tuple-in-java
Implementing Heap Data Structure In Javahttps://asyncq.com/how-to-implement-a-heap-data-structure-in-java
Read CSV Files in Javahttps://asyncq.com/how-to-read-csv-file-using-open-csv-in-java
Read Text Files in Java
https://asyncq.com/how-to-read-text-file-with-bufferedreader-in-java
Serverless API Data Ingestion In Javahttps://asyncq.com/serverless-api-data-ingestion-in-google-bigquery-part-1-introduction
Web Crawling In Javahttps://asyncq.com/simple-web-crawling-logic-in-java

to be continued

Leave a Reply