Core Java Question:
Download Questions PDF

Explain about the select method with an example?

Answer:

Select part is useful in selecting text or part of the text. Arguments specified for the select command are the same as applicable to substring. First index is usually represents the start of the index. End of line makers are counted as one character. Example t.select (10,15)

Download Core Java Interview Questions And Answers PDF

Previous QuestionNext Question
Explain about Core Java?Explain about inheritance hierarchies?