Introduction to AWT | Components of AWT
In this article Introduction to AWT we give the information about AWT (Abstract Window Toolkit) is a platform-dependent GUI (Graphical User Interface) library in Java, which is used to build…
In this article Introduction to AWT we give the information about AWT (Abstract Window Toolkit) is a platform-dependent GUI (Graphical User Interface) library in Java, which is used to build…
In this article Introduction of DBMS we give the information about “DBMS is application software that is used to store, manage, delete and access data in the database.” Introduction to…
In this article String in Java we give the information about String is an object representing a sequence of characters. String in Java: String is a series of characters or…
In this article Static keyword in Java we give the information about static keyword is mainly used for memory management. It can be used with variables, methods, blocks and nested…
In this article we give the information about Data types in Java there are two types in java such as Primitive data types and non primitive data type. Data types…
In this article we give the information about normalization in a database design technique that organizes tables in a manner that reduce redundancy (useless) and dependency of data. Normalization in…
In this article Data dictionary in DBMS we give the information about provides information in a structured manner about the data used in the database and their quality. Data dictionary…
In this article Data abstraction in DBMS we give the information about In DBMS, data abstraction is divided into three main levels Physical Level, Logical Level and View Level. Data…
In this article database schema in DBMS we give the information about Schema in a DBMS describes the structure of data in the database and defines its elements in an…
In this article DBMS Architecture we give the information about DBMS architecture depends on how users connect to the database to fulfill their requests. DBMS Architecture: Basically, Database Management System…