- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What is the difference between Component class and Container class in Java?
The class Component is the abstract base class for the non-menu user-interface controls of AWT. A component represents an object with graphical representation. The class Container is the superclass for the containers of AWT. The container object can contain other AWT components.
- Related Articles
- What is the difference between abstract class and a concrete class in Java?
- What is the importance of the Container class in Java?
- Difference between String class and StringBuffer class in Java
- What is the difference between simple name, canonical name and class name in a Java class?
- What is the difference between class variables and instance variables in Java?
- Difference between Object and Class in Java
- Difference Between Class and Interface in Java
- What is the difference between class and structure in Swift?
- Difference between Abstract Class and Interface in Java
- Difference between Scanner and BufferReader Class in Java
- Difference Between String and StringBuffer Class in Java
- What is the class "class" in Java?
- What is the difference between class and typeof function in R?
- Difference Between Thread Class and Runnable Interface in Java
- Difference Between Interface and Abstract Class in Java & C#

Advertisements