application
public class Tercg {
static boolean yes() {
return true;
}
public static void main(String[] args) {
boolean b = yes();
}
}
Java Tutorial > Quizzes > Terminology > applicationpublic class Tercg {
static boolean yes() {
return true;
}
public static void main(String[] args) {
boolean b = yes();
}
}