-
ListActivity
Android ListActivity Example
ListActivity is a subclass of Activity that includes a ListView object. Through ListActivity class you can create an activity in…
Read More » -
Core Java
Eclipse class diagram example
In this tutorial we are going to see how you can generate UML class diagrams from your source code, using…
Read More » -
exceptions
java.lang.AbstractMethodError – How to resolve Abstract Method Error
In this example we will discuss about AbstractMethodError. As you may have figured out, this is thrown when the application…
Read More » -
while loop
Java do while example
There are four ways of looping with Java: for loops, for-each loops (since Java 1.5), while loops and the do-while…
Read More » -
exceptions
java.io.EOFException – How to solve EOFException
In this tutorial we will discuss about the EOFException in Java. This exception indicates the the end of file (EOF),…
Read More » -
Date
Java Get current date and time
There are a couple of ways to get the current time and date in Java. You may get the number…
Read More » -
Log4j
log4j – Log Levels Example
In this post, we are going to discuss about log4j levels and how you configure them using both log4j.properties and…
Read More » -
Core Java
Eclipse SVN Plugin Guide
In this tutorial, we will learn to install and use the Eclipse Team Provider plug-in for Subversion (SVN) – specifically…
Read More » -
concurrent
Java 8 Concurrency Tutorial
This article is about concurrency and parallel processing features in Java update 8. It is necessary to mention that concurrency…
Read More »