Name the method that is used to set a TextComponent to the
read-only state?
The setEditable( boolean b ) is used to set a TextComponent
to a read-only state
| Is This Answer Correct ? | 5 Yes | 0 No |
What is ascii code?
What is the difference between interpreter and compiling ?
What does 0 mean in boolean?
Difference between ‘is-a’ and ‘has-a’ relationship in java?
What is the null?
What is the buffer limit?
What is the final class modifier?
How are java objects passed to a method and what are native methods?
Can we override the private methods?
What is a serializable interface?
Explain how to convert any java object into byte array.
Why char array is preferred over string for storing password?