Bright Tutorials
Home
Courses
Solutions
Videos
Q&A
Blogs
Downloads
Login
Enquiry
Home
Solutions
ICSE
Class 10
Computer Applications
Solved 2025 Specimen Paper ICSE Class 10 Computer Applications
Question 7
ICSE
Class 10
Computer Applications
Question 7 of 30
Solved 2025 Specimen Paper ICSE Class 10 Computer Applications — Question 7
Back to all questions
7
Question
Question 1(vii)
Which of the following returns a String?
length()
charAt(int)
replace(char, char)
indexOf(String)
Answer
replace(char, char)
Reason
— The given methods return:
Method
Return
Type
length()
int
charAt(int)
char
replace(char, char)
String
indexOf(String)
int
Previous
Question 6
Next
Question 8