employer cover photo
employer logo
employer logo

C-Edge Technologies

Is this your company?

C-Edge Technologies Interview Question

Convert A string in uppercase

Interview Answers

Anonymous

Jan 10, 2025

String up="abcd"; String upperCase = up.toUpperCase(); System.out.println(upperCase);

Anonymous

Nov 28, 2024

Successfully wrote the code