Answer Posted / narasimha
abstract class Compoent extends java.lang.Object implents
ImageObserver, MenuContainer, Serializable
the known subclasses are
Button,
Canvas,
Checkbox,
Choice,
Container,
Label,
List,
Scrollbar,
TextComponent
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Differentiate jar and war files?
What is a map in java?
Write a java program to generate fibonacci series ?
What is a pattern what is an anti pattern?
Can java arraylist hold different types?
What are parsers? Dom vs sax parser.
Why are the destructors for base class and derived class called in reverse order when the program exits
How will you calculate the depth of a binary tree if the tree contains 15 nodes?
What is boolean keyword in java?
How many bytes is double?
Explain all java features with real time examples
If a variable is declared as private, where may the variable be accessed?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
What is tcp and udp?
What is a ternary operator in java?