A bit on Annotation An annotation serves as meta data for a class. Annotation serves as compile…
Java TasksA collection of 14 posts
An Exception is an undesirable state which arises out of some unexpected condition or scenario which was…
A web application developed using Java EE would definitely be using JSPs and would indeed involve transferring…
Overall notion of Singleton class lies in getting one and only one instance of the class. Much…
Loading a class more than once using java’s built in ClassLoader is not possible because: Builtin ClassLoader…