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 |
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?
What is ternary operator? Give an example.
Can we call a non-static method from inside a static method?
can any body body expalin best definitions & best real time exaples for opps concepts.
Difference between concurrent hashmap and hashtable and collections
In a class implementing an interface, can we change the value of any variable defined in the interface?
Can there be an abstract method without an abstract class?
Write a method to check if input string is palindrome?
What is the difference between numeric and integer?
What is gui programming?
How can we create an immutable class in java?
How do you remove an object from an arraylist in java?