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


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


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


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


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


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


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


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
Contact
bottom of page
































