top of page
This site was designed with the
.com
website builder. Create your website today.
Start Now
Re-search and Paper
My Profile
About Me
Contact
Blog
More
Use tab to navigate through the menu items.
Abhinav's Blog
Ex-Samsung, IndiGo, Google Interviewed
Android, Kotlin, Ktor, Python, Core-Java, Data-Structures, Algorithms, Design-Patterns, Interview Questions
All Posts
Python
spring boot
Search
Log in / Sign up
Abhinaw Tripathi
Sep 9, 2016
2 min read
Best approach to download thousands of images over the Network(in Parallel or Queue Worker Threads)
Let me be more specific on it,interviewer asked me this question,if you have to download many images like 1000 thousands.how will you do...
Abhinaw Tripathi
Jun 9, 2016
1 min read
Queue implemented by a Linked List in core-java
Queue implemented by a Linked List: /** * @author Abhinaw.Tripathi * */ class Link { public long dData; public Link next; public...
bottom of page