parallel programming
All > Technology > Programming > Java
- A style of programming in which statements are not necessarily executed in an ordered sequence but in parallel. Parallel programming languages make it easier to create programs that are designed to be run on multi-processor hardware, for instance. Java's thread features support a degree of parallel programming.
David J. Barnes - Cite This Source - This Definition - catch, catch clause, catching exceptions, finally, finally clause, protected statement, try, try clause, try statement