Switch to full style
Java2 codes,problems ,discussions and solutions are here
Post a reply

Is String a data type

Sun Jun 03, 2012 4:41 am

i hava doubt in the string,here the string is a data type or other explain
Code:
public class Name
{
public static void main(String args[])
{
String s="welcome";
System.out.println(s);
}
}




Re: define me

Thu Jun 07, 2012 8:30 pm

Strings are objects , but it have special handling in constructing

Post a reply
  Related Posts  to : Is String a data type
 Data Type in Programming     -  
 range of data type     -  
 String type default value     -  
 recursive string reversal- reverse string     -  
 Splitting a String Based on a Found String     -  
 check if string ends with specific sub-string in php     -  
 check if string start with a specific sub-string in PHP     -  
 String token for string split     -  
 Type Conversion     -  
 Type conversions     -  

Topic Tags

Java Strings