JAVA Language (2)

2007-02-03 8:08 am
Suppose I am writing a program for crossword puzzles, can anyone tell me by using JAVA,

(4) File Handling functions are provided, basically write and read from textfile
(5) is it easy to Debug? If there is window object controls, would it become more difficult to debug?
(6) Does Java support the access of data base?

回答 (1)

2007-02-03 8:22 am
✔ 最佳答案
(4) File Handling functions are available in Java 2 Standard Edition (J2SE) which you should target on.

(5) It is easy to debug. You can even debug window object controls attached.

(6) You may consider Java Database Connectivity (JDBC) to access databases in your Java program.


收錄日期: 2021-04-13 19:42:26
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20070203000051KK00038

檢視 Wayback Machine 備份