Is string is a data type?



Is string is a data type?..

Answer / Priyanka Chauhan

"String" is not a data type in C or C++. Instead, it's represented as an array of characters terminated by a null character (). In Java and other modern programming languages, String is a built-in data type.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Explain in detail about encapsulation with an example?

4 Answers  


How to instantiate member inner class?

1 Answers  


What is java util hashmap?

1 Answers  


What are data types in programming?

1 Answers  


Explain different ways of creating a thread?

1 Answers  


What are keywords in programming?

1 Answers  


how to make the double-tone class ? as we have singletone class..?

1 Answers   IBM, Microsoft,


What is the difference between preemptive scheduling and time slicing?

1 Answers  


What is a container in a gui?

1 Answers  


What is the difference between integer parseint and integer valueof?

1 Answers  


What is synchronization and why is it important in java programming?

1 Answers  


What are the 4 types of characters?

1 Answers  


Categories