Last Updated: February 25, 2016
·
561
· ariflogic

About java String

In java if you think String as data type then you just makea big mistake. The String is an object. If you declare alot of this then you just calling to many object. Incase about this, please wise in using String.

String a = 0;
int b = 1;

'a' is an object and 'b' is variable with integer data type.