This option will reset the home page of this site. Restoring any closed widgets or categories.

Reset

BASIC

Google Android Development for Windows

Programming with Google Android and Eclipse This article describes how to create Android applications with Eclipse. The article is based on Eclipse 3.5 and Android 2.1. Table of Contents 1. Overview 1.1. Android 1.2. Android Application 2. Installation 2.1. Eclipse 2.2. Android 2.3.... (Continue reading)

Tagged with:                                         

Data Control Language and Transaction Control Language

Data Control Language (DCL): A Data Control Language (DCL) is a computer language and a subset of SQL, used to control access to data in a database. Examples of DCL commands include: GRANT to allow specified users to perform specified tasks. REVOKE to cancel previously granted or denied permissions. The following privileges... (Continue reading)

Tagged with:                     

XML (Extensive Markup Language)

XML (Extensive Markup Language)

General Information: XML (Extensive Markup Language) was designed to transport and store data. HTML (Hyper Text Markup Language) was designed to display data. XML is used in many aspects of web development, often to simplify data storage and sharing. With a few lines of... (Continue reading)

Tagged with:         

Basic OOP

Fundamental Topics of OOP: 1.      Object-Oriented Programming vs. Procedural Programming/Structured Programming OOA OOD  OOP 2.      Objects 3.      Instances 4.      Classes 5.      Constructors Default Constructor User Defined Constructor 6.      Inheritance 7.      Relationships IS-A Relation Kind-A Relation Part-Of Relation HAS-A Relation 8.      Composition 9.      Aggregation 10. Access Specifiers 11. Polymorphism 12. Singleton Class 13. Encapsulation 14. Abstract Classes 15. Interfaces 16. Late Binding/Dynamic Binding 17. Early Binding/Static Binding 18.... (Continue reading)

Tagged with: