Deprecated: Assigning the return value of new by reference is deprecated in /home/mhd-01/www.faustoiannuzzi.it/htdocs/wp-includes/cache.php on line 36

Deprecated: Assigning the return value of new by reference is deprecated in /home/mhd-01/www.faustoiannuzzi.it/htdocs/wp-includes/query.php on line 21

Deprecated: Assigning the return value of new by reference is deprecated in /home/mhd-01/www.faustoiannuzzi.it/htdocs/wp-includes/theme.php on line 507

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/mhd-01/www.faustoiannuzzi.it/htdocs/wp-includes/cache.php:36) in /home/mhd-01/www.faustoiannuzzi.it/htdocs/wp-content/plugins/enhanced-wp-contactform/wp-contactform.php on line 295

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/mhd-01/www.faustoiannuzzi.it/htdocs/wp-includes/cache.php:36) in /home/mhd-01/www.faustoiannuzzi.it/htdocs/wp-content/plugins/enhanced-wp-contactform/wp-contactform.php on line 295
Fausto Iannuzzi - Consulente IT Software Senior - » Programming for the Java Virtual Machine

Programming for the Java Virtual Machine

Programming for the Java Virtual Machine, editore Addison Wesley

Avete mai immaginato o pensato cosa accade dopo la compilazione di qualsiasi classe o applicazione Java?

Come avviene la traduzione in bytecode. Cosa è e come funziona internamente il bytecode?

Il testo spiega in modo approfondito come funziona la traduzione interna in bytecode di Java.
Il linguaggio Oolong esprime una rappresentazione umanamente intellegibile della rappresentazione binaria del compilato nei file .class. E’ l’assembler dentro Java.

Come viene organizzata e gestita l’esecuzione di codice nella Java Virtual Machine: area delle class, stack java, heap.

Questo è uno dei rari testi che spiega tutto quello che c’è da sapere sul funzionamento interno della Java Virtual Machine.

java programming virtual machine