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.
Previous Question | Next Question |
Give the difference between the println method and sqrt method? | Explain the reason behind ending a program with a System.exit (0)? |