Forum: Java Nov 2nd, 2004 |
| Replies: 9 Views: 74,405 Thank you for your reply Jerbo and Narue.
Did some research and found the following:
accessor methods
Normally you don't make variables in your class public. Instead you provide public set... |
Forum: Website Reviews Nov 2nd, 2004 |
| Replies: 15 Views: 4,529 Hi,
Had a look at your site - to be honest the music was annoying and I was pleased I wasn't on dial up. I also thought the size of the font was too small which resulted in it being difficult to... |
Forum: Website Reviews Nov 2nd, 2004 |
| Replies: 2 Views: 2,191 Hi,
Had a look at your site - first impressions count and it was a good one.
One comment though, on the 'Experience' page when you scroll down to the bottom it might be worthwhile giving the... |
Forum: Java Nov 1st, 2004 |
| Replies: 9 Views: 74,405 I am new to programming, so please accept my apologies if this question is simple.
I have a class (say called Student).
I want to store the name of the student (name) and the course (course)
I... |