
- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- 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 Questions & Answers
- What is the difference between abstract class and a concrete class in Java?
- What is the difference between class and object 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 class variables and instance variables in Java?
- What is the difference between simple name, canonical name and class name in a Java class?
- Difference between Object and Class in Java
- Difference Between Class and Interface in Java
- What is the difference between class and typeof function in R?
- Difference between Abstract Class and Interface in Java
- Difference between Scanner and BufferReader Class in Java
- Difference Between String and StringBuffer Class in Java
- Difference Between Structure and Class
- What is the difference between a class and an object in C#?
- What is the difference between an interface and a class in C#?
Advertisements