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.