This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / Who can discuss with me about my answer to some computer questioms?
-zlx(steven);
2001-4-22
{620}
(#51080@0)
-
My answer to question one.All the packages beginning with javax are called Java standard extensions. For instance, javax.swing.*, javax.servlet.*, javax.servlet.jsp.*, javax.ejb.*, javax.naming.*. Take me as an example, I am proficient in using Servlet, JSP, EJB, JNDI, Swing, JavaMail APIs.
-jabber(jabber);
2001-4-22
{267}
(#51196@0)
-
My guess work regarding question two.I could not understand that question well. If one simply wants to extract some patterns from a text file, I guess PERL is a good candidate. Of course, one can use Java. I don't have PERL experiences. But I can do the job by using java.text.* package.
-jabber(jabber);
2001-4-22
{252}
(#51202@0)
-
My guess work about question three.Since we are executing Java classes, my big concern is multi-threading issue. On the Windows machine, Java virtual machine can use native threads. If we work on Sun Solaris, we need to keep in mind that JVM (at least before JDK 1.3) use so-called green threads.
-jabber(jabber);
2001-4-22
{262}
(#51211@0)