Catálogo de publicaciones - libros

Compartir en
redes sociales


SCJP Exam for J2SE 5: A Concise and Comprehensive Study Guide for The Sun Certified Java Programmer Exam

Paul Sanghera

Resumen/Descripción – provisto por la editorial

No disponible.

Palabras clave – provistas por la editorial

Software Engineering/Programming and Operating Systems

Disponibilidad
Institución detectada Año de publicación Navegá Descargá Solicitá
No detectada 2006 SpringerLink

Información

Tipo de recurso:

libros

ISBN impreso

978-1-59059-697-5

ISBN electrónico

978-1-4302-0173-1

Editor responsable

Springer Nature

País de edición

Reino Unido

Fecha de publicación

Información sobre derechos de publicación

© Apress 2006

Tabla de contenidos

Threads in Java

Paul Sanghera

All of the modern operating systems support concurrent execution of multiple programs. In other words, they all create the impression that you can run more than one program (or application) on your computer simultaneously. For example, you can open a text editor and a web browser and work with both of them at the same time. This is made possible by CPU time sharing, whereby the OS runs one program for a short duration of time (e.g. a few milliseconds), and then switches to the other program, and then switches back to the first program. The operating system can run several programs concurrently by switching back and forth among them.

Part 3 - Advanced Java Programming | Pp. 291-314