• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

A newbie Java question. :)

MrGrim

Golden Member
I'm trying to make this rather basic FTP program in Java for a module in the University. The Server and the Client are communicating using Hash Tables, for both commands and files. My problem is that I don't quite know how to "put" a file in a Hash Table. I know it's possible because I was told so by one of my tutors but he just won't tell me how to implement it. 🙁 He said something about "putting" it in the hash table in two ways, using either string or binary code. I'm not quite sure how I can transoform a file into either of those formats using Java, since I've only just started learning about it.

Any help would be appreciated and thanx in advance.
 
I've never dealt with hash tables in my short java life. Try to sneak this into the General Hardware forum. Way more programmers and other smart people flow through there.
 
Back
Top