-
bind
JAXB marshal example
In this example we are going to show how to use the JAXB marshal functionalities. JAXB offers the possibility to…
Read More » -
SocketTimeoutException
java.net.SocketTimeoutException – How to Solve SocketTimeoutException
In this example we are going to talk about java.net.SocketTimeoutException. This exception is a subclass of java.io.IOException, so it is…
Read More » -
URL
java.net.URL Example
In this example, we will show the range of functionality provided by the java.net.URL class. This class represents a Uniform…
Read More » -
logging
java.util.logging Example
In this article, we will discuss about the logging functionality in Java. Logging in simple words refers to the recording…
Read More » -
TextView
Android TextView Example
Android system provides us TextView, from where we can display text into the screen. Although it contains text editing operations,…
Read More » -
exceptions
java.io.NotSerializableException – How to solve Not Serializable Exception
In this tutorial we will discuss about NotSerializableException in Java. The exception is thrown when an instance of a class…
Read More » -
String
Java String to Date Example
Java gives us the capability to convert String to Date. This can be done through DateFormat and SimpleDateFormat classes, where…
Read More » -
Arrays
Java Array – java.util.Arrays Example (with Video)
In this example, we will explain the array definition and we will show the range of functionality provided by the…
Read More »