home / developersection / category
No matter how many new technologies and frameworks introduced in past couple of years, but Java has managed to hold its position as one of the most popular programming languages.
In this article we can define Multi-threading,Multitasking and Life-cycle of a thread.Multi-threaded programming is a way to achieve multitasking. In this case more than one method of the running program can be executed at a time.
We can define Exception handling in this article and also describe important features of Exception handing.
In this article we can describe Inheritance and its type. Initially we can defined inheritance and after that types of inheritance
In this article we can describe Constructor and its type
In this article we can define use of static and non-static modifiers with method and variable
This article introduce basics information about Object,Class and Object orientation
JAVA was developed by Sun Microsystems and released in 1995. It runs on variety of platform such as Mac OS, Windows, and the various versions of UNIX.
The Documented annotation indicates that an annotation with this type should be documented by the Javadoc tool.
In the previous posts we learn the use of @Target and @Retention annotation. Now we understand this with the help of an example illustrated here.
But, in this post we learn how to annotate an annotation using few more annotation specifically meant for this purpose.
In previous post, we have seen how to declare marker and single value annotations. So, let’s continue the same example and learn how to declare multi value annotations and set default values.