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
Jun 15, 2016
1 min read
Thread Communication
Thread Communication: In some case,two or more threads should communicate with each-other.for example,a consumer thread is waiting for a...
Abhinaw Tripathi
Jun 15, 2016
1 min read
Thread Deadlocks
Deadlock of Threads: When a thread has locked an object and waiting for another object to be released by another thread,and the other...
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...
bottom of page