Java OCA OCP Practice Question 707

Question

Which of the following methods can be called on a String object?

Select 3 options

  • A. substring (int i)
  • B. substring (int i, int j)
  • C. substring (int i, int j, int k)
  • D. equals (Object o)


Correct Options are  : A B D



PreviousNext

Related