Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Jerome J
What do I use instead of Frame.show()?
I tried to recompile and run some of my old Java programs and I get the messages on my statements where I use the .show() method that it is now deprecated. What do I use instead?
1 AnswerSoftware1 decade agoWhy are emails sent from tjarder@yahoo.com not received at jeromejarder@yahoo.com.?
My wife and I have email address both at Yahho,com
jeromejarder@yahoo.com
tjarder@yahoo.com
Why are emails sent from tjarder@yahoo.com not received at jeromejarder@yahoo.com.
1 AnswerNotices and Errors1 decade agoI have loaded java SDK 5 from Sun, but the installation does not hava javac.exe. What is an SDK without the co?
The following is the downloaded information
java_ee_sdk_5.01-windows.exe
124MB sun.com
2 AnswersProgramming & Design1 decade agoI have loaded java SDK 5 from Sun, but the installation does not hava javac.exe. ?
I have tried loading several SDKs from Sun, but all if them don't have javac.exe. I used to have it with SDK 1.4, but then my computer crashed and I have to reload my Systems
1 AnswerProgramming & Design1 decade agoMy Java compiler won't compile for statements like the following?
import java.util.*;
public class IterateNoIndex {
public void withoutIndex() {
List<String> trees = Arrays.asList("Maple", "Birch", "Poplar");
for(String tree: trees){
System.out.println(tree);
}
The for loop causes an error. I am using jdk1.4.02
I am wondering since there are several examples using similar loops. Even CoreJava has an example like this
2 AnswersProgramming & Design1 decade ago