Please send your Questions & Answers or Feedback to "mohan@javabook.org"
Is String a primitive data type in Java?
No String is not a primitive data type in Java, even though it is one of the most extensively used object. Strings in Java are instances of String class defined in java.lang package.