Author name: Neeraj Mishra

Spring Bean Scopes

In this tutorial we are going to learn about various kinds of bean scopes which are available in Spring framework. Spring Bean Definition Beans are objects which creates the backend of your any java enterprise application. Beans are maintained by Spring IoC container. Any bean is a simple object of bean class which is instantiated, …

Spring Bean Scopes Read More »

Why Java is Platform Independent Language?

In this article we will learn about why java is platform independent. Before getting into details of this first we should know what platform independence is. Platform Independence: It means if we have written a program it should run on any platform without any modifications. Platform means hardware + operating system. Why Java is Platform Independent …

Why Java is Platform Independent Language? Read More »