What are teh sub-classes of a component class?
Answers were Sorted based on User's Feedback
Answer / janet
Container
Label
List
Button
Canvas
Checkbox
Choice
Scrollbar
TextComponent
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the default access specifier for variables and methods of a class?
What is an association?
What is the class in java?
What is static import in java?
How do you ensure that n threads can access n resources without deadlock?
Howmany address lines are required to addressing 1 MB memory?
8 Answers Beatroot Technologies, CSC, HCL, Hexaware, IBM,
What is difference between length and length() method in java ?
Explain the protected field modifier?
what is the use of abstract class and interface with example?
2 Answers Cycore, DNS, Technoram,
What is an object class?
What is the need to implement Serializable interface (with no methods) for objects which are to be serialized ? We can write our own functionality which writes objects to streams then why we need to implement and tell JVM that which objects can be serialized.
Is there any difference between nested classes and inner classes?