strings

I have Question how do we assigen a method to a string when its not equalexample a is not equal b
[118 byte] By [t123a] at [2007-10-2 1:45:27]
# 1

> I have Question

> how do we assigen a method to a string when its not

> equal

> example a is not equal b

Take a look at the String documentation: http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html (maybe equals(...))

I think a better place for these trivial questions is the [url=http://forum.java.sun.com/category.jspa?categoryID=5]Fundamentals forum[/url].

Good luck.

prometheuzza at 2007-7-15 19:09:34 > top of Java-index,Other Topics,Algorithms...