-
Java Basics
How to Check Java version in Windows, Linux, MacOS
In this tutorial we will show how to check the Java version in different operating systems, such as Windows, Linux…
Read More » -
reflection
Java Reflection Example
Java Reflection API provides the ability to inspect and modify the runtime behavior of applications. Using reflection we can inspect…
Read More » -
web start
Java Web Start – Getting Started
In this tutorial, we will introduce you to the concepts of the Java Web Start technology. The Java Web Start…
Read More » -
jdt
Java deployment toolkit (JDT) – How to use it
The Java Deployment Toolkit allows developers to easily deploy their applets and applications to a large variety of clients. The…
Read More » -
MediaRecorder
Android Audio Capture Example
Android devices are equipped with hardware input devices such as microphone, camera etc, from which we can capture audio or…
Read More » -
Properties
java.util.Properties Example
In this example we will show how to use java.util.Properties class. Properties class is a subclass of Hashtable and represents…
Read More » -
Date
java.util.Date Example – How to use Java util date
In this example we will show how to use the Java util Date class java.util.date . Class Date represents a…
Read More » -
AutoCompleteTextView
Android Auto Complete Example
Sometimes we want from our application, to provide suggestions to the user, when he/she types in an editable text field.…
Read More » -
AudioManager
Android Audio Manager Example
Android system provides us control access to our ringer profile. We can include in our applications volume and ringer mode…
Read More » -
operators
Instanceof Java Example – How to use Instanceof
In this example, we will show how to use the instanceof Java operator. This operator is a Type Comparison Operator…
Read More »