tag

home / developersection / tag

SWOT Analysis OF Indian IT Industry: Weaknesses
web development 13-Jul-2016
SWOT Analysis OF Indian IT Industry: Weaknesses

Previously we have seen strengths of Indian IT industry. But apart from its global infrastructure and esteemed reputation in international market, Ind

An Overview of Indian Software Development Industry
web development 08-Jun-2016
An Overview of Indian Software Development Industry

India has built itself on traditionally rich academic learning’s of mathematics and science. Today, it has the world's largest technically skilled wor

Rapid Expansion of IT sector in India
Rapid Expansion of IT sector in India

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:

Behaviour of Potential Domestic Software Clients in India
Behaviour of Potential Domestic Software Clients in India

Software Organizations looking for software services realize that India has a massive number of technically talented skilled professionals available at a very lower cost.

Patterns of Success in the Indian Software Industry
Patterns of Success in the Indian Software Industry

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.

Education System and Software Development in India
web development 03-Jun-2016
Education System and Software Development in India

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.

Changing Trends of IT Industry in India
web development 02-Jun-2016
Changing Trends of IT Industry in India

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

Architecture of Software Development Services in India
web services 30-May-2016
Architecture of Software Development Services in India

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

The static Keyword: Multiple Static Blocks
java 18-May-2016
The static Keyword: Multiple Static Blocks

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

Package Statements in java
java 16-May-2016
Package Statements in java

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:

Inheritance in Java: Object Creation Process
java 16-May-2016
Inheritance in Java: Object Creation Process

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.

Method Overloading
java 16-May-2016
Method Overloading

In our example of the previous post, the classes Asset, BankAccount, and SavingsAccount defined two constructors. Both constructors obviously have the