Skip to main content

Posts

Showing posts with the label rmi

JAVA Notes for Beginners

Java  is a general-purpose  computer-programming language.  It is intended to let application developers " write once, run anywhere " (WORA),  meaning that  compiled  Java code can run on all platforms that support Java without the need for recompilation.  Java applications are typically compiled to  bytecode  that can run on any  Java virtual machine  (JVM) regardless of  computer architecture.  The latest version is  Java 10 , released on March 20, 2018. The language derives much of its   syntax   from   C   and   C++ , but it has fewer   low-level   facilities than either of them. James Gosling , the creator of Java (2008) Sun Microsystems  released the first public implementation as Java 1.0 in 1995. James Gosling, Mike Sheridan, and Patrick Naughton initiated the Java language project in June 1991. Java was originally designed for interactive televisio...