Stephen Foy

Ranch Hand
+ Follow
since Oct 17, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Stephen Foy

You might want to take a look at this.

https://net2java.dev.java.net/
15 years ago
You have 2 files which are File A and File B, each of these files contains the data {ID, Name, Amount}.

You have to read the files and check the name and if the name is equal to what? Then you have to what?
15 years ago
17 years ago
http://www.davidreilly.com/java/java_network_programming/

Read this, and some books are recommended at the bottom.
17 years ago
I feel the same when it comes to learning. I enjoy sitting with a good book, with pen and paper, and going through it.
I am going to do the SCJP exam at my university. But it is recommended that i take SL-275 for preperation. This course costs alost �700 pounds. I cant really afford that. You think its really necessary to do this? Im sure theres plenty of books i could just use (any recommendations).

Cheers
You could try using something from the KeyEvents class. To send the keys of shortcuts to internet explorer. "CTRL-N" to open a new window.

http://java.sun.com/j2se/1.4.2/docs/api/java/awt/event/KeyEvent.html
17 years ago
Hi Henry Thanks for the reply.

I have completed modules on databases this semester and a module of operating systems communications and protocols and computer technology(architecture). In which we did alot of linux programming. Compiler design sounds interesting. Can you recommend any good books or resources on the subject?

This semester we will be studying the following which i cant wait to tackle.

Objects and Algorithms
Object Orientated Systems Analysis and Design
Systems Programming
17 years ago
I doubt this is the best forum for this. But i need some good advice. I am currently in 2nd year computer science. We have covered programming fundamentals and interactive software development. To the extent i can pick a book up on how to program and know most of the things being taught in it. But where do i go from here?... What sort of stuff should i be learning now if i want a professional career as a programmer? Not just in java... I just dont know where to start. I want to learn more and more...

Anyone any advice?

Thanks
17 years ago


Thats when i try to compile from "down there". I dont know why it doesnt work, but im keen to find out
17 years ago

Originally posted by Sanders Wellington:
And . . . does this possibly indicate an addiction?



No, just a love of all things technology! I sometimes go to bed and try and solve problems in my head as i drift into sleep. Usually i endup getting back up and trying to tackle it again lol.
17 years ago
That worked perfectly, but why wont it work if i try to do it in the statistics directory?
17 years ago
Hey marc thanks for the reply. I tried what you said, but i am still recieving the same error. Any other ideas what may be causing the problem?
17 years ago
I have three classes that look like:



And i keep getting the errors on the "PortfolioStatisticsCalculator"



Any ideas why???
17 years ago