Author

Karina Shakya

Concept of Organization| It’s characteristics and types

December 9, 2021

Concept of Organization Meaning of Organization Definition of organization According to Robbins and Coulter, “An organization is a deliberate arrangement of people to accomplish some specific purpose.”  According…

GUI Controls with Java Swing

December 9, 2021

Text Fields The object of a JTextField class is a text component that allows the editing of a single line text. It inherits the JTextComponent class. JTextField is…

Introduction To Java Awt, Swing and Applet

December 7, 2021

  Concept of Awt Java AWT (Abstract Window Toolkit) is an API to develop Graphical User Interface (GUI) or windows-based applications in Java. Java AWT components are platform-dependent…

Introduction to Java Architecture

December 3, 2021

Java Architecture: Java architecture is the collection of JRE,JDK JVM components. Integrates the process of compilation and integration. Explains each and every step on how java programs are…