|
|
|
General
|
Java Get Memory Usage
If you have prior worked on C or C++ language, you must be aware of that unlike c++, java don't tell that how much memory is occupied by an object defined in the program.
View Rating |
|
|
General
|
Java Get IP Address
An IP address is either a 32-bit or 128-bit unsigned number used by the internet protocol. To store the host name resolutions, the class InetAddress is used.
View Rating |
|
|
General
|
Java Get Host Name
In this Example you will learn how to get host name in Java. Go through the below given code to understand how it works and gets the host name of a computer or an IP address using Java application language.
View Rating |
|
|
General
|
Java Get Example
In this section of Java Examples, we are going to illustrate various Java Get examples like how to get the date and time, IP Address or memory size etc..
View Rating |
|
|
General
|
Exceptional Example in Java
When an error occurs in a method, Java creates an object of the Exception method. On making an object of exception method, java send it to the program by throwing the object of exception method.
View Rating |
|
|