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 16, 2016
2 min read
Thread Priorities and Thread Group Java
Thread Priorities When the threads are created and started, a thread scheduler program in JVM will load them into memory and execute...
Abhinaw Tripathi
Jun 15, 2016
2 min read
Thread discussion continues...
Multiple Threads example in java Multiple Threads Acting on Single Object: Yes multiple threads acting on single objects can give you...
Abhinaw Tripathi
Jun 15, 2016
4 min read
Threads Discussion
Threads A Thread represents a separate path of execution of a group of statements.in java program,if we write a group of statements...
bottom of page