Thread
:
Easy question
View Single Post
#
4
(
permalink
)
08-03-2007, 11:59 PM
levent
Senior Member
Join Date: Dec 2006
Posts: 748
Check javadoc of
String class
.
You can write that line like this:
Code:
if (textline.equals("William")) System.out.println("xxxxxx");
levent
View Public Profile
Send a private message to levent
Find all posts by levent