| Thread | Last Post | Replies |
|
| Threads and synchronization | 29 Jun 2008 05:46 GMT | 34 |
hiya 1. Why do all the statements in constructor execute prior to statement “ new Thread(this).start();” , even if “new Thread(this).start();” precedes the other statements? For example:
|
| Stripping control characters from a string. | 29 Jun 2008 02:28 GMT | 7 |
I am telnetting to a server and attempting to parse the output. I am having difficulty stripping our the terminal control characters. Could someone point me in the right direction? he output. [11;1H12[11;5H900 [11;11H5319
|
| Beginniner Algorithm Question | 29 Jun 2008 02:24 GMT | 4 |
Dear Sirs or Madam: I have completed what I believe to be a correct answer to an algorithm. The orignal question was posed as an incomplete algorithm, whereas I was to complete it and move on to a flowchart of the same. I appreciate any help.
|
| Toward a generic Disk Sort for Java | 28 Jun 2008 18:12 GMT | 15 |
I was thinking how you might go about writing a sort that could handle more data than could fit in RAM. It handled the problem is Abundance by checkpointing the app to disk to free up maximum RAM, then spawning a copy of Opt-Tech sort. My records were roughly like DataOutputStream
|
| Update: Tabs Closing issue with Firefox 3 | 28 Jun 2008 13:19 GMT | 1 |
Thanks to Gottwald for letting me know that a bug report has been filed for this issue and it's been addressed as we speak. Last week, I blogged about the warning if closing multiple tabs not working here: http://www.jroller.com/evans/entry/tabs_closing_issue_with_firefox
|
| SockeChannel connect problem | 28 Jun 2008 11:45 GMT | 2 |
i am trying out connections using SocketChannel with different ports on my machine. I wrote the application as below public class SChannel{
|
| Guide to the standard library? Library for drawing in GUIs?drawing in browsers? | 28 Jun 2008 03:50 GMT | 1 |
i need a library to draw pictures either in a GUI or in the browser if that is possible? what libraries are there for this and where can i browse the standard library and where can i find 3rd party libraries?
|
| evaluate a arithmetic expression | 28 Jun 2008 02:45 GMT | 6 |
I have written a code in evaluating a arithmetic expression. Please review and suggest a better implementation. Any comments are welcome. The code: -
|
| Process Builder Question | 28 Jun 2008 02:35 GMT | 3 |
All- I type the following into my command prompt and it works fine: DogTrainingCommand.exe /text="Testing 123, Testing 123." /voice="dog" (that is once I have done: cd C:/Program Files/PetTraining/T120) However, when I try to automate this using ProcessBuilder in a java
|
| Accessing content of huge files | 28 Jun 2008 01:49 GMT | 7 |
I work for a seismic data processing company, and am confronted with a task of efficiently accessing file-based data in the environment where file of 200Gb is considered a medium size. The data is spacial (2D), with hundreds of millions of data points that
|
| cannot resolve symbol class X500Name | 27 Jun 2008 18:26 GMT | 1 |
Why this compile error? ASNName.java:86: cannot resolve symbol symbol : class X500Name location: package x509
|
| Handling *unchecked* exceptions. | 27 Jun 2008 17:17 GMT | 4 |
I could use some advice. I'm used to throwing, catching, logging and recovering from (or not) *checked* exceptions. However, since I am not perfect, I may release a program that contains a
|
| Eghh! Gomer Pile trying to figure out Runtime.exec(); | 27 Jun 2008 14:14 GMT | 5 |
All, I am having the hardest time trying to understand documentation regarding Runtime.exec(); That is, I am writing a java app that needs to make a call to another app via windows command prompt. The problem I am having is I cant figure out how to open the correct directory and
|
| important | 27 Jun 2008 13:46 GMT | 2 |
i want to get a java compiler. is ultraedit software java compiler. if it is,i have ultraedit software which version is 14.0b if you have crack or key gen file,please give me...............
|
| Books on applied algorithms with less theory/proofs? | 27 Jun 2008 00:06 GMT | 3 |
I would like to find some book resources that focus on applied algorithms, but that focus less on theory and proofs. It would be good if code samples were in Java. I'd also like it if exercises had answers, and not just the answer, but the explanation of the answer.
|