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

Update README.md

parent 16af0fae
......@@ -3,10 +3,15 @@
## Review Threads in Java
### Why we need threads?
<li>Save 10 Records sequentially as Example.</li>
<li>Save Records using new Thread for each request!</li>
* Save 10 Records sequentially as Example.
* Save Records using new Thread for each request!
### Why we need StudentExecutor Framework?
<li>Discover the limitless thread creation</li>
<li>Create FixedThread pool</li>
<li>Create Scheduled Thread pool</li>
### Why we need ServiceExecutor Framework?
* Discover the limitless thread creation
* Create FixedThreadPool
* 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