Java Concurrency Fork Join Pool

Java Concurrency Fork Join Pool
Fork Join pool ForkJoinPool was introduced in Java 7. Same is similar to Executor framework but with one difference. Forkjoin pool acts in recursive way unlike Executor thread, Executor thread splits the bigger task then submit...

Java Callable (Future) understanding

Java Callable (Future) understanding
Java callable understanding In Java Multi-threading program we extensively use Java Callable and Future. I believe all of you have basic understanding in thread. In briefly thread is a separate path of execution so if you have to...

Concept Behind Bluetooth

Concept Behind Bluetooth
Concept Behind Bluetooth To Answer that Question first we have to understand what is Bluetooth? Bluetooth is a device which has two parts one is software and Other is Hardware. It is used for sharing files in wireless mode, Prior to Bluetooth...