Forum: Java Nov 3rd, 2006 |
| Replies: 5 Views: 1,750 Hello everyone,
I have two classes Student and Courses. Class Students creates an object of class Courses since each Student will take some Courses.
How can I call an object of class Courses in... |
Forum: Java Oct 28th, 2006 |
| Replies: 2 Views: 1,313 |
Forum: Java Oct 28th, 2006 |
| Replies: 2 Views: 1,313 Hi everyone,
Can somene please explain to me how to run a telnet command using Java.I mean how can I achieve the following in Java : telnet mailServer PORT (where mailServer and PORT will be... |
Forum: Java Oct 15th, 2006 |
| Replies: 0 Views: 1,754 Hi everyone,
I'd like to know if anyone can give me any idea(s) or resources to help me with a project I'm working on.
I am creating Email agents using SMTP and IMAP protocols.I have been able... |
Forum: Java Sep 3rd, 2006 |
| Replies: 3 Views: 5,197 Thank you for the suggestion but ... that's actually not my homework. I just went online (http://cs.furman.edu/ccscse2002/program_contest/problems/progcont_1995.pdf ) to get a website with Java... |
Forum: Java Sep 3rd, 2006 |
| Replies: 3 Views: 5,197 I am trying to write a code to count the frequency of characters in a String;
For example if I have String str = new String("This is a test");
I want to count the number of occurrence of each... |
Forum: Java Aug 14th, 2006 |
| Replies: 2 Views: 3,197 Hi everyone,
I just finished my summer internship last week and part of what my boss told me at the end of the program was to impove my Java skills.
From experience I know the best way to... |
Forum: Java Aug 1st, 2006 |
| Replies: 3 Views: 3,113 |
Forum: Java Jul 31st, 2006 |
| Replies: 3 Views: 3,113 Hello,
I'm new to HTML parsing and I need some help.I want to parse a HTML file , and I have the Java classes in place but I need an advise on how to code a piece of logic in my callback function. ... |