What is strings in java?



What is strings in java?..

Answer / Harsh Vardhan

In Java, Strings are immutable sequences of characters. They are represented by the String class and can be used to store and manipulate text data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Can you explain the difference b/n abtract and interface with a good example,?In what cases we have use abtract and what case interface?

4 Answers   Satyam,


What is ternary operator? Give an example.

1 Answers  


Can we call a non-static method from inside a static method?

1 Answers  


can any body body expalin best definitions & best real time exaples for opps concepts.

1 Answers   Accel,


Difference between concurrent hashmap and hashtable and collections

1 Answers  


In a class implementing an interface, can we change the value of any variable defined in the interface?

1 Answers  


Can there be an abstract method without an abstract class?

1 Answers  


Write a method to check if input string is palindrome?

1 Answers  


What is the difference between numeric and integer?

1 Answers  


What is gui programming?

1 Answers  


How can we create an immutable class in java?

1 Answers  


How do you remove an object from an arraylist in java?

1 Answers  


Categories