top of page


Tutorials, Errors and Exceptions
Its a journey to understand things better. It will have tutorials, any error/exceptions encountered, its resolutions and lots of learning.

Search

Spring4Shell - Zero Day Vulnerability in Spring Framework
In the days of Vulnerabilities, the famous Spring framework is the latest victim, which has quite a turns of event for the CVE identified...
Ankit Agrahari
Apr 1, 20223 min read
156 views
0 comments

Day to Day Lambda & Functional Programming in Java 8
If you have seen lately, everyone has shifted to Java 8 and is more or less trying to move from lengthy code blocks to few lines/precise...
Ankit Agrahari
Mar 28, 202212 min read
3,088 views
0 comments

Custom Iterators in Java
This is a bit embarrassing to start with, but lets say I got this question and was quite dumb stuck on how to write a custom iterator....
Ankit Agrahari
Feb 12, 20224 min read
3,132 views
0 comments


Multi Release Functionality
In this post we will explore one of the best feature provided by Java 9, its importance in present day development and how it will be a...
Ankit Agrahari
Feb 10, 20224 min read
636 views
0 comments


Web Socket Client - Receiving Stream of Messages
In this post we will be creating a Web Socket Client which will receive all messages coming from the Web Socket Server. Web Sockets The...
Ankit Agrahari
Jan 23, 20223 min read
110 views
1 comment


Reading CSV file in Python with Encoding
This post will be to resolve a particular error I encountered while reading the csv files for one of my task. This csv file can contain...
Ankit Agrahari
Jan 19, 20222 min read
50 views
0 comments

Transfer Files with Executor Service
In this post we will move all files from one directory to another using Java's Executor Service and will also discuss on how we can...
Ankit Agrahari
Jan 12, 20224 min read
65 views
0 comments
Contact
bottom of page