Core Java Question:
Download Questions PDF

Explain about strings in Java?

Answer:

Strings represent nothing but a string of characters. Java does not have any built in string type. It contains predefined class which can be called enough as a String. Instance of a string is called as a string. Much similar to many object oriented languages a + sign is used.

Download Core Java Interview Questions And Answers PDF

Previous QuestionNext Question
Give the difference between the println method and sqrt method?Explain the reason behind ending a program with a System.exit (0)?