Your browser does not support JavaScript!

What will be the value of x if we execute this: String s = "25"; int x = Integer.parseInt(s); ?

  • int 25 Correct
  • String 25
  • The code is not valid
  • 0
  • None of the above
Similar ITE-6104 questions