adplus-dvertising
frame-decoration

Question

String in Java is a?

a.

class

b.

object

c.

variable

d.

character array

Answer: (a).class

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. String in Java is a?

Similar Questions

Discover Related MCQs

Q. Which of these method of String class is used to obtain character at specified index?

Q. Which of these keywords is used to refer to member of base class from a subclass?

Q. Which of these method of String class can be used to test to strings for equality?

Q. Which of these is the method which is executed first before execution of any other thing takes place in a program?

Q. What is the process of defining more than one method in a class differentiated by parameters?

Q. Which of these can be used to differentiate two or more methods having the same name?

Q. Which of these data type can be used for a method having a return statement in it?

Q. Which of this method is given parameter via command line arguments?

Q. Which of these data types is used to store command line arguments?

Q. How many arguments can be passed to main()?

Q. Which of these is a correct statement about args in this line of code?

public static void main(String args[])

Q. Can command line arguments be converted into int automatically if required?

Q. How do we pass command line argument in Eclipse?

Q. Which class allows parsing of command line arguments?

Q. Which annotation is used to represent command line input and assigned to correct data type?

Q. What is the use of @syntax?

Q. What is Recursion in Java?

Q. Which of these data types is used by operating system to manage the Recursion in Java?

Q. Which of these packages contains the exception Stack Overflow in Java?

Q. Which of the following statements are incorrect?