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...
Home » All posts
Java Callable (Future) understanding
in
java,
java interview,
thread
- on August 11, 2016
- No comments

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
- on August 09, 2016
- No comments
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...