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


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
640 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


Custom Java Class : Peculiar Cases
This post is about understanding the type of interview questions which can come from a Custom Java class where we can override equals,...
Ankit Agrahari
Dec 24, 20214 min read
196 views
0 comments


Log4j Vulnerability - Saga Continues
To everyone's surprise, the latest release of log4j 2.16.0 is now effected by Denial of Service vulnerability and is claimed to be fixed...
Ankit Agrahari
Dec 19, 20212 min read
96 views
0 comments


Log4j Vulnerability - Continued
There was second discovery of a new vulnerability on the recent version of log4j 2.15.0. Denial of Service Attack If the service or...
Ankit Agrahari
Dec 16, 20212 min read
37 views
0 comments
Contact
bottom of page