Commit 5edc7e7b authored by Mohamad Bashar Desoki's avatar Mohamad Bashar Desoki

Update README.md

parent 16af0fae
...@@ -3,10 +3,15 @@ ...@@ -3,10 +3,15 @@
## Review Threads in Java ## Review Threads in Java
### Why we need threads? ### Why we need threads?
<li>Save 10 Records sequentially as Example.</li> * Save 10 Records sequentially as Example.
<li>Save Records using new Thread for each request!</li> * Save Records using new Thread for each request!
### Why we need StudentExecutor Framework? ### Why we need ServiceExecutor Framework?
<li>Discover the limitless thread creation</li> * Discover the limitless thread creation
<li>Create FixedThread pool</li> * Create FixedThreadPool
<li>Create Scheduled Thread pool</li> * Create ScheduledThreadPool
### Acknowledgments
Inspiration, code snippets, etc.
* [Java - MultiThreading](https://www.youtube.com/watch?v=9DvDheKRJ9Y&t=656s)
* [Java - Executor Service](https://jenkov.com/tutorials/java-util-concurrent/executorservice.html)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment