Learn About Java Online
Pages
(Move to ...)
Home
About
Protfolio
Contact Us
▼
/** and /* in Java Commenting Code | How to give comments in Java?
›
Java programs can have two kinds of comments. implementation comments and documentation comments. Implementation comments are those found...
Java Source File | Source File Layout Program
›
A Java technology source file declares firstly package statement (only one package), secondly import statements, and finally classes. Whi...
What Is an Object?
›
Object: Instance of class are called object. Syntax of Object: public class Tom { public Tom(String name) { // This construc...
What is a Class?
›
Class: Class is a collection of property and method. Syntax of Class: class class_name{ field; method; }
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...
‹
›
Home
View web version