Name the methods that used to get and set the text label
displayed by a Buttonobject?



Name the methods that used to get and set the text label displayed by a Buttonobject?..

Answer / ranganathkini

setText()

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

what is the logic inside any default constuctor?

2 Answers  


How you can create a radio buttion using Checkbox class?

1 Answers  


There are 2 different ways to create an object. a)By using keyword "new" b)By using Class.forName ("className").newInstance(); What is the difference between these 2 methods.

3 Answers  


What is function and its uses?

1 Answers  


Can we override static methods in java?

1 Answers  


How is it possible for two string objects with identical values not to be equal under the == operator?

1 Answers  


What is serial version uid and its importance in java?

1 Answers  


Why do we need public static void main(String args[]) method in Java...?

1 Answers  


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.

6 Answers   iFlex, Sapient,


Why Java is not purely object oriented?

50 Answers   Elitecore, Persistent, Reliance, Wipro,


What is the default size of arraylist in java?

1 Answers  


What are the advantages of assembly language?

1 Answers  


Categories