Learn About Java Online
Pages
(Move to ...)
Home
About
Protfolio
Contact Us
▼
Sockets or Networking in Java
›
Socket is the Java programming model to establish the communication link between two processes. A socket can hold input and output stream. ...
What is Java?
›
Java is a computer programming language that is used to build softwares. It is also an application, development, and deployment environment...
Brief History of Java
›
In 1990, Sun Microsystems began a research project named Green to develop the C and C++ based language. James Gosling, a network software d...
What is Java Applets?
›
Applets are Java programs that reside on web servers, download by a browser to a client’s computer and run by that browser. Applets are usu...
Java Virtual Machine (JVM)
›
A Java virtual machine is a software that is capable of executing Java bytecode. Code for the JVM is stored in .class or .jar files, each o...
Java Automatic Memory Management | Java Coding
›
Automatic Memory Management: Many programming languages like C and C++ permit the memory to be allocated dynamically at runtime. After...
Access control refers to exerting control over who can interact with a resource | java
›
Access Control Refers: Access control refers to exerting control over who can interact with a resource. Often but not always, this inv...
3 comments:
‹
›
Home
View web version