home / developersection / tag
Previously we have seen strengths of Indian IT industry. But apart from its global infrastructure and esteemed reputation in international market, Ind
India has built itself on traditionally rich academic learning’s of mathematics and science. Today, it has the world's largest technically skilled wor
The economic effect of the Innovative and technologically inclined services sector in India—accounting for 45% of the country's GDP and 35% of export earnings as of 2007, while employing only 30% of its workforce—is summarized as here:
Software Organizations looking for software services realize that India has a massive number of technically talented skilled professionals available at a very lower cost.
While policy reform has put in room for many of the conditions for future growth, the lack of domain expertise skills originating from small domestic and local markets, limited university research and interactions with the commercial sector remains.
There were 251 universities and 11,553 colleges in India in 1998. Still, as of 1996, only 8% of the eligible population attended any college or university. Further, the interaction between university and the IT industry is minimal.
In early days, since software development could not come to India, Indian programmers were sent to developed countries. It began in 1974 when Tata Con
If we simply define the term “Software”, it is typically categorized into two basic ways: Kind of use Kind of Customization.Kinds of software by usag
A static block is executed only once when the class is loaded. Our class may contain multiple static blocks. These are executed in the order in which
The package statement allows us to group logically related classes into a single unit. In our earlier programs, we have used import statements such as the following:
To better understand the object-creation process, let’s begin with a simple case of two-level inheritance, where we have just a base class and its derived class.
In our example of the previous post, the classes Asset, BankAccount, and SavingsAccount defined two constructors. Both constructors obviously have the