| Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Spring Framework | Web Services | BioInformatics | Java Server Faces | Jboss 3.0 tutorial | Hibernate 3.0 | XML | ||||
|
||||
|
|
||||
| Tutorial Categories: Ajax
| Articles
| JSP
| Bioinformatics
| Database
| Free
Books |
Hibernate
| J2EE
| J2ME
| Java
| JavaScript
| JDBC
| JMS
| Linux
| MS
Technology |
PHP
| RMI
| Web-Services
| Servlets
| Struts
| UML
|
|
||||||||||||||||||||||||||||||
|
Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Search Engine | News Archive | Jboss 3.0 tutorial | Free Linux CD's | Forum | Blogs |
||||||||||||||||||||||||||||||
Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.
Copyright © 2007. All rights reserved.
Current Comments
3 comments so far (post your own) View All Comments Latest 10 Comments:Hi.. I need some help with strings..
We got this activity and we are supposed to come up with an output like for example scholastica.. there are 2 s's right?
i need to come up with the number of times a letter appeared in the word.
please help me! pleaseee!
Posted by priya on Wednesday, 09.24.08 @ 17:41pm | #80663
Hi
String string2 = new String("Hello");
in the above statement in single line creating new string object, and assigning a value to it.
this also same
String string2=new String();
means creating new string object by using new word,and string2 reference object to it.
String2="Hello";
here assigning the value to string2 .
Posted by ramesh on Wednesday, 06.18.08 @ 14:55pm | #63716
Hi,
String string2 = new String("Hello");
..could you please expalin me how this string is assigned
Thanks and Regards
A.G.Varadarajan
Posted by raj on Monday, 04.28.08 @ 12:07pm | #58044