Name two subclasses of the TextComponent class?

Answers were Sorted based on User's Feedback



Name two subclasses of the TextComponent class?..

Answer / niranjanravi

TextArea and TextField

Is This Answer Correct ?    4 Yes 1 No

Name two subclasses of the TextComponent class?..

Answer / selvan

TextComponent is supperclass for TextArea & TextField.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is boolean in java?

0 Answers  


What is string in java?

0 Answers  


What is the difference between a scrollbar and a scrollpane?

0 Answers  


Why is singleton instance static?

0 Answers  


How infinite loop is declared?

0 Answers  


What is package private scope in java?

0 Answers  


Difference between static methods, static variables, and static classes in Java.

1 Answers  


Why does java have two ways to create child threads?

0 Answers  


Write java code to print "Hello how are you" Thread1 should have "Hello" Thread2 should have "how are you" both the threads should start at the same time

4 Answers   Huawei,


What are the types of exceptions?

0 Answers  


What do you understand by garbage collection in Java? Can it be forced to run?

0 Answers   TCS,


What is the difference between DataInputStream and BufferedReader

2 Answers   Hexagon,


Categories