| ID | 6637789b-0978-4e26-aa12-42607d490567 |
|---|---|
| DEERTOPIAVISIBILITY | public |
Java
Java is an object-oriented programming language originally designed at Sun Microsystems.
Inbox
InputStream/OutputStream vs. Reader/Writer
InputStream works with raw bytes. Reader is an abstraction parallel to InputStream which works with characters.
Native libraries
Search path for native libraries is the property java.library.path. On Linux, it is initialised from $LD_LIBRARY_PATH.