[JAVA] methode/fonction
HackTrack, le mar. 04 avr. 2006 à 10:45:26
public class CompareStrings {
public static void main(String[] args) {
String first = "Un";
String second = "Deux";
String third = "Un";
System.out.println(first.equals(second));
System.out.println(first.equals(third));
}
}
;-)
HackTrack
REPONSES
HackTrack
| avr. 06
|
kciop
| avr. 06
|