Other Section Index | Page 2
Are there any books available to learn about the JavaHelp API?
The only one I've seen is the Creating Effective JavaHelp book by Kevin Lewis from O'Reilly.more
How can I schedule a Java program on Solaris (UNIX) so that the program should automatically run at a specified time?
To schedule jobs in UNIX use the cron facility. Do a man on cron to find out how.
What are the principal technologies of the J2EE platform?
The principal technologies which constiture the J2EE platfom are:
Enterprise JavaBeans
JavaServer Pages
Se...more