Programming - Swings - Discussion

You Are Here :: Home > JAVA > Swings - Discussion

 



Q.

public void insert(String s,int position) is used to insert the specified text on the _________.                         


A. un specified position B. start
C. end D. specified position

Answer: Option D
Explaination:

 


public void insert(String s,int position) is used to insert the specified text on the specified position.




Discussion

Your Comments Goes here...
NameDiscussion