Question
class output
{
public static void main(String args[])
{
String c = "Hello i love java";
boolean var;
var = c.startsWith("hello");
System.out.println(var);
}
}
a.
true
b.
false
c.
0
d.
1
Posted under Java Programming
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. What is the output of this program?
Similar Questions
Discover Related MCQs
Q. Which of this method of class String is used to extract a substring from a String object?
View solution
Q. Which of these method of class String is used to remove leading and trailing whitespaces?
View solution
Q. What is the value returned by function compareTo() if the invoking string is greater than the string compared?
View solution
Q. Which of the following statement is correct?
View solution
Q. Which of these class is used to create an object whose character sequence is mutable?
View solution
Q. Which of this method of class StringBuffer is used to concatenate the string representation to the end of invoking string?
View solution
Q. Which of these method of class StringBuffer is used to find the length of current character sequence?
View solution
Q. Which of the following statement is correct?
View solution
Q. Which of these methods of class StringBuffer is used to extract a substring from a String object?
View solution
Q. Which of this method of class StringBuffer is used to reverse sequence of characters?
View solution
Q. Which of this method of class StringBuffer is used to get the length of the sequence of characters?
View solution
Q. Which of the following are incorrect form of StringBuffer class constructor?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Java Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!