Thread: Limit of String
View Single Post
  #1 (permalink)  
Old 11-14-2007, 09:35 PM
javaplus javaplus is offline
Member
 
Join Date: Nov 2007
Posts: 97
javaplus is on a distinguished road
Limit of String
Can any one tell me the size limit of String object? How much it can hold?

Code:
String myString = “text goes here”;
Reply With Quote
Sponsored Links