Unit 9 : Packages and Interface

Package and Interface  Packages are containers for classes that are used to keep the class name space compartmentalized.  For example, a package allows us to create a class named List, which you can store in your own package without concern that it will collide with some other class named List stored elsewhere.  Packages are stored in a […]

Continue Reading

Unit 8 : Inheritance

Inheritance It is the process by which object of one class can acquire the properties of object of another class.  The class, from which properties are inherited, is known as super class.  The class, to which properties are inherited, is known as sub class. A sub class inherits all of the variables and methods defined by the […]

Continue Reading

Unit 6 & 7 java programming

Class and object A class is a user defined data type which binds data and function into a single unit and objects are the instance of a class. A class is declared by use of the class keyword. The general form of a class definition is shown here:

The data, or variables, defined within a […]

Continue Reading

Unit 5 : Control Statements

Java’s Control Statements A programming language uses control statements to cause the flow of execution to advance and branch based on changes to the state of a program. Java’s program control statements can be put into the following categories: selection, iteration, and jump.  Selection statements allows program to choose different paths of execution based upon the outcome of […]

Continue Reading

Unit 7: Enterprise Application Architectures

2-Tier Architecture &  3- Tier All J2EE applications are broadly divided into two types. These are 2 tier or 3 tier architecture. Basically at high level we can say that 2-tier architecture is Client server application and 3-tier architecture is Web based application. Two-Tier Architecture: The two-tier is based on Client Server architecture. The two-tier […]

Continue Reading

Chapter 6 » Controlling

controlling Controlling is the basic managerial function. It is the process of ensuring the actual activities confined to planned activity. It is an essential function for all levels of management. It ensures the right things are done in the right manner at right time. Each and every organization set the goals. All activities are directed […]

Continue Reading

Chapter 5 » Leading

Meaning of leadership Leadership is defined as personal quality of an individual that influence the behavior of followers. It is an important function of management. Leadership is an act of influencing people so that the followers follow the path of leader. The successful leader must lead to stimulate and inspire the followers to achieve organizational […]

Continue Reading

Chapter 4 » Organizing

Concept and meaning of organization   Organization is defined as the determination of relationship between materials as well as human resources. It is most important and basic function of management. It includes division of work, coordination of people and appropriate establishment of materials and resources. Therefore we can say that organization is necessary function of […]

Continue Reading