

Java Pitfalls - Time-Saving Solutions And Workarounds To Improve Programs - Bohnenberger Keith
- Format: Broché
- 323 pages Voir le descriptif
Vous en avez un à vendre ?
Vendez-le-vôtre64,99 €
Occasion · Très Bon État
Ou 16,25 € /mois
- Payez directement sur Rakuten (CB, PayPal, 4xCB...)
- Récupérez le produit directement chez le vendeur
- Rakuten vous rembourse en cas de problème
Gratuit et sans engagement
Félicitations !
Nous sommes heureux de vous compter parmi nos membres du Club Rakuten !
TROUVER UN MAGASIN
Retour

Avis sur Java Pitfalls - Time - Saving Solutions And Workarounds To Improve Programs de Bohnenberger Keith Format Broché - Livre Informatique
0 avis sur Java Pitfalls - Time - Saving Solutions And Workarounds To Improve Programs de Bohnenberger Keith Format Broché - Livre Informatique
Donnez votre avis et cumulez 5
Les avis publiés font l'objet d'un contrôle automatisé de Rakuten.
-
Electrotechnique
Neuf dès 60,00 €
Occasion dès 54,01 €
-
Algorithmique - Cours Avec 957 Exercices Et 158 Problèmes
2 avis
Occasion dès 35,00 €
-
The Art Of Splatoon 2
Occasion dès 50,00 €
-
Technologies Pour L'audiovisuel - Caméras, Écrans, Éclairage, Sécurité Électrique
Neuf dès 32,90 €
Occasion dès 32,90 €
-
Compilers : Principles, Techniques And Tools
Occasion dès 33,60 €
-
Analyse Et Régulation Des Processus Industriels - Tome 1, Régulation Continue
1 avis
Occasion dès 79,99 €
-
Html & Css, Design Et Création Web
3 avis
Occasion dès 36,00 €
-
Final Fantasy Vii : Crisis Core - Le Guide Officiel
12 avis
Occasion dès 54,54 €
-
Les Algorithmes De Base De L'informatique Quantique - Tome 2, Grover, Shor Et Métaheuristiques Quantiques
Neuf dès 39,00 €
Occasion dès 37,05 €
-
Electrotechnique - 3ème Édition
Occasion dès 60,00 €
-
Resident Evil 2
Occasion dès 49,90 €
-
Le Grand Livre Du Ms Dos 6.0
Occasion dès 55,50 €
-
Entraînements Électriques - Tome 1, Alimentations Des Machines Électriques Principe De La Conversion Électromécanique
Occasion dès 59,74 €
-
Hands-On Machine Learning With Scikit-Learn, Keras, And Tensorflow - Concepts, Tools, And Techniques To Build Intelligent Systems
Occasion dès 41,00 €
-
Les Secrets De L'image Vidéo - Colorimétrie, Éclairage, Optique, Caméra, Signal Vidéo, Compression Numérique, Formats D'enregistrement, Formats D'images
2 avis
Neuf dès 42,00 €
Occasion dès 37,81 €
-
Programmation Concurrente Et Temps Réel Avec Ada 95
1 avis
Neuf dès 69,50 €
Occasion dès 34,67 €
-
Histoire De Nintendo (L') - Tome 1
6 avis
Occasion dès 39,85 €
-
Icnd - Guide De Certification 640-811 - (1 Cd-Rom)
Occasion dès 40,50 €
-
Powershell Core Et Windows Powershell - Les Fondamentaux Du Langage, Avec 1 Complément Vidéo : Automatisation Des Tâches, Création D'interfaces Et Outils Graphiques
Neuf dès 38,90 €
-
Du Binaire Au Processeur - Méthodes De Conception De Circuits Numériques Et Exercices
Neuf dès 39,00 €
Produits similaires
Présentation Java Pitfalls - Time - Saving Solutions And Workarounds To Improve Programs de Bohnenberger Keith Format Broché
- Livre InformatiqueAuteur(s) : Bohnenberger Keith - Daconta Michael-C - Keller J-Paul - Monk EricEditeur : WileyParution : 02/06/2000Nombre de pages : 323Nombre de livres : 1Expédition : 585Dimensions : 23.5 x...
Résumé :
Although using the Java language provides a substantial boost to a programmer's productivity, it still bas its share of subtleties and weaknesses. This book is designed to save you time and frustration by carefully guiding you through this potential minefield. A team of Java experts, led by programming guru Michael Daconta, offers a collection of proven solutions to 50 difficult, real-world problems chosen from their own extensive experiences. You'll find workarounds for problems caused by shortcomings in both the Java language itself and in its APIs and utilities, including Java*util, Java*io, Java*awt, and javax*swing. The authors also share techniques for improving the performance of your Java applications. For easy reference, the book is organized into categories so that similar solutions are grouped together. Examples of topics covered include language syntax, for example, using the String equal () method instead of the "==" operator (Item 2). Language support, for example, method dispatching with reflection, interfaces, and anonymous classes (Item 16). Utilities and collections, like choosing between a PropertyFile and ResourceBundle (Item 20). Input/output, including subtleties in sending serialized objects over a network (Item 25). GUI presentation, for example, tackling the common pitfall of using repaint() instead of validate() for relaying out components (Item 29). GUI control, for example, better data validation (Item 36). Performance, including tips like lazy loading your way to better performance (Item 43).
Biographie:
Michael-C Daconta is President of " Synergy Solutions, Inc. ", where he conducts training seminars and develops advanced systems with Java, JavaScript, and XML. He is a Sun-certified Java programmer and author of "Java 2 and JavaScipt for C and C ++ Programmers" and "C ++ Pointer and Dynamic Memory Management". Eric Monk is a software developer for Universal Systems Inc., where he develops medical software using a wide variety of technologies. He is also a co-author of "Java 2 and JavaScript for C and C ++ Programmers". Paul Keller is a Director of Technology at Sterling Software. He is a Sun-certified Java programmer who has been developing software for twenty years. Keith Bohnenberger is a Senior Software Engineer at Sterling Software. He is a Sun-certified Java programmer who has been developing software for seven years.
Sommaire:
["LANGUAGE SYNTAX","When is an \" overriden \" method not really overriden ? Usage of string equals method versus the \" == \" operator","Java is strongly typed","Is that a constructor ? Cannot access overridden Pitfall","Forward references","Design constructors for extension","Passing primitives by reference","Boolean logic and short-circuit operators","LANGUAGE SUPPORT","Reclaming reference when using softreference objects","Causing deadlock by calling a synchronized method from a synchronized method","Properly cloning an object","Overriding the equals method","Avoid using constructor for implementing clone","Method dispatching with reflection, interfaces, and anonymous classes","Handling exceptions and \" outofmemoryerror \"","UTILITIES AND COLLECTIONS","Ordered Property keys ? Handling occasionally huge collections with caching","Property file or RessourceBundle ? Properties object Pitfalls","Using vector as a collection instead of old API","INPUT\/OUTPUT","Serialization","Unicode, UTF, and Streams","Sending serialized objects over sockets","Try, catch..","Finally ? Flushing images Resources","GUI PRESENTATION","Providing progress feedback","Using repaint instead of validate for Re-layout","Of components","Solving the validate, revalidate, invalidate mystery","Stacking items vertically","How to use \" GridBagLayout \" properly","Avoiding flicker","Components with embedded HTML","GUI CONTROL","Better data validation","Desensitizing GUI Components based on application state","Use threads in events handlers to avoid freezing your GUI","Model view controller and Jtree","How to data transfer something other than text","A keylistener that doesn't listen ? Printing text, HTML and images in a JeditorPane","PERFORMANCE","Lazy loading our way to better performance","Using object pools for excessive object creation","Performance watch : array versus vector","Avoid using temporary arrays for dynamic array grothw","Use stringBuffer instead of \" + \" for concatenation inside a loop","MISCELLANEOUS","Is there a better way to debug ? Encapsulating JNI calls through interfaces","Assertions."]
©
Détails de conformité du produit
Personne responsable dans l'UE