string is a class or data type in java?

Answers were Sorted based on User's Feedback



string is a class or data type in java?..

Answer / neeraj03

'string' keyword is not valid in java, 'String' is the
correct keyword and it's a class.

Is This Answer Correct ?    4 Yes 0 No

string is a class or data type in java?..

Answer / mahi

string is a class and datatype

Is This Answer Correct ?    5 Yes 2 No

string is a class or data type in java?..

Answer / priya

string is class

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.

0 Answers  


Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.

0 Answers  


What is static modifier?

0 Answers  


1.what are two type of classe members called? 2.what is data hiding and data encapsulation? 3.how do you make a class member visible aouside its class? 4.what is the default visibility of a class data member? 5.what are the advantages of oop over the structured programing?

6 Answers  


what is the main difference between sizeof() operator in c and c++

3 Answers  






what is the realstic modeling?

1 Answers  


Get me an image implementation program.

0 Answers  


Explain the concepts involved in Object Oriented programming.

0 Answers   Wipro,


Have you ever interfaced with a database?

2 Answers   IBM,


What is oops with example?

0 Answers  


What is pointer in oop?

0 Answers  


Have you ever used threads?

3 Answers   Adobe, IBM,


Categories