oreilly - java programming on linux
... JavaTV—A Java environment for use with television-enabled applications such as interactive programming and video -on- demand. • JavaPhone—A set of API extensions, on top of PersonalJava ... - 7 Part I A Brief Introduction to Java Chapter 1 - What Is Java? - 12 Chapter 2 - Moving from C++ to Java - 19 Chapter 3 - A Look at the Java...
Ngày tải lên: 28/04/2014, 16:53
... xixContents Java ™ Application Development on Linux ® JAVA AND LINUX Why another book on Java? Why a book on Java and Linux? Isn’t Java a plat- form-independent system? Aren’t there enough books on Java? ... For a basic introduction to Java and object-oriented pro- gramming, we recommend Bruce Eckel’s excellent book, Thinking in Java (ISBN 0-1 3-1 0028 7-2...
Ngày tải lên: 09/03/2014, 00:20
... xixContents Java ™ Application Development on Linux ® JAVA AND LINUX Why another book on Java? Why a book on Java and Linux? Isn’t Java a plat- form-independent system? Aren’t there enough books on Java? ... For a basic introduction to Java and object-oriented pro- gramming, we recommend Bruce Eckel’s excellent book, Thinking in Java (ISBN 0-1 3-1 0028 7-2...
Ngày tải lên: 18/03/2014, 02:20
Java Programming with Oracle ODBC
... 2.4.1 Java Exception Handling In Java, exception handling allows you to handle exceptional conditions such as program-defined errors in a controlled fashion. When an exception condition occurs, ... oracle.jdbc.driver.OracleDriver.getConnectionInstance (OracleDriver .java: 251) at oracle.jdbc.driver.OracleDriver.connect(OracleDriver .java: 224) at java. sql.DriverManager.getConne...
Ngày tải lên: 05/09/2012, 15:14
Software RAID on Linux is a snap.doc
... Software RAID on Linux is a snap, thanks to the mdadm tool that comes with most modern Linux distributions. Software RAID, particularly RAID1, is an inexpensive ... one drive fails. To create a RAID device, execute the following command: # mdadm create verbose /dev/md0 level=1 raid-devices=2 \ /dev/hda1 /dev/hdc1 There are two ways to obtain information ... detailed information on...
Ngày tải lên: 18/09/2012, 14:04
Java programming language basics
... Studies Glossary - Applets - Tutorial - Employment - Business & Licensing - Java Store - Java in the Real World FAQ | Feedback | Map | A-Z Index For more information on Java technology and other ... Studies Glossary - Applets - Tutorial - Employment - Business & Licensing - Java Store - Java in the Real World FAQ | Fee...
Ngày tải lên: 06/08/2013, 17:39
C programming in linux
... mn.+). o/( +-& apos;.3 (- p-q(r(s1/4(+)-s*n2j2*( 3- n.*sqt(33(+)*js- uj3(-v(r(s1/4(+)-w/j))(2+x- y/jkz (-{ (n-3(2r( 2- j/jkz(| }(n-j+q-~y -& apos;(2r(2-w/j))(2+x- y/jkz(-q(r(s1/4(+)-s*n2j2*( 3- j/jkz(|t/2(12ltq(r- ... ! "#$%&' ()*)+,) +-* )+./012+34)+5/66/,0127+ 8-9 9)*3012+3 4-3 +-6 6+34)+: 4-* -: 3)*+93*0129+,)+,066+);)*+)1:/<13)*+01+3409 +-...
Ngày tải lên: 13/09/2013, 09:23
Java Programming with Oracle ODBC - Preface
... orientation, and Oracle8i brought internal support for Java . These releases represent 15-plus years of demonstrated commitment by Oracle Corporation to make Oracle the write-once-run-anywhere ... Colophon Preface Oracle is the write-once-run-anywhere database. Since the mid-1980s, Oracle has been available on almost every operating system. With the release of Oracle RDBMS Version 6,...
Ngày tải lên: 29/09/2013, 09:20
Java Programming Style Guidelines
... fixed convention. The above proposal is taken from one of Charles L. Perkins books on Java. 39. Type conversions must always be done explicitly. Never rely on implicit type conversion. floatValue ... (condition) statement; while (condition) statement; for (initialization; condition; update) statement; It is a common recommendation (Sun Java recommendation included) th...
Ngày tải lên: 18/10/2013, 08:15