aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
Multiple choice

Which of the following methods is used in Java to convert upper case letters to lower case?

  1. tolower()

  2. toUpperCase()

  3. toLowerCase()

  4. valueOf()

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This method is used in Java to convert upper case letters to lower case.

Keep practicing — related questions

  • Which method is used to convert all the characters in a string from uppercase to lowercase?
  • Which method is used for converting a String to lowercase?
  • To convert all the characters in a input string from lowercase to uppercase, ____________ method is used in...
  • Which of the following character methods in Java returns true value, when an argument provided with a funct...
  • The proper way to convert a string to all lowercase is:
  • Which function is used to convert lower case characters to upper case characters?
  • Which of the following character methods in Java returns true value when argument provided with function is...
  • Which of the following methods converts data from its internal format into a human readable form?

Practice this topic

  • Java Core Classes and Threads (1473 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy