| Thread | Last Post | Replies |
|
| need help finding a nice java network programming project | 07 Feb 2007 01:57 GMT | 4 |
This is for a class. Can anyone recommend a nice project that involves networking or networking protocols or networking design that could be done over the course of 4-9 weeks? Thanks!
|
| code coverage generated by users | 06 Feb 2007 23:04 GMT | 4 |
Do you know any tools / libraries (best open source) which support below desc. idea? I want to examine which parts of application / code are [not] used while performing user requests.
|
| TreeSet and HashSet | 06 Feb 2007 22:39 GMT | 18 |
There is a very useful functionality, that I think should be implemented in TreeSet nad HashSet that is the method: Object get(Object o). The method should return the same object from colletion as the parameter
|
| any recommendations? | 06 Feb 2007 22:29 GMT | 17 |
Somewhere in my code I have a bug that I can't reliably reproduce. It occurs randomly when I'm deleting entries from a JList (I retrieve certain pieces of info from the entry before deleting it, then I delete it and the JList contents are then refreshed so remaining items are
|
| Windows 98 Through Windows Vista Programming. | 06 Feb 2007 20:11 GMT | 12 |
I need to develop a CD slpash screen that runs without having to install any frameworks, runtime environments, etc. Can someone recommend a language to do this, I know VB, know Java(a little and can learn it quickly), C/C++ is a bit foreign to me but I
|
| Problema with java.nio | 06 Feb 2007 11:05 GMT | 6 |
Before i illustre my problem: I'm an italian boy and i don't speak english very well.. So... I've a server NIO and a client NON nio.
|
| calling non-static nested class | 06 Feb 2007 05:56 GMT | 3 |
I have two classes under the package javaapplication9 the first class: - package javaapplication9; /**
|
| variables in regex's | 06 Feb 2007 05:41 GMT | 1 |
Hi, I was wondering how to incorporate a string variable into a regex. So I've got an array of rules "S -> NP VP" "NP -> dog" etc., and a sentence "the dog is blue". I want to match each word in the sentence to the corresponding rule in my array.
|
| search box & add url box script | 06 Feb 2007 04:59 GMT | 1 |
hi every body for how may interest , here somme script to insert in source code ,of search box , allow to your vesitor to search somme particular information both in your website or in our database
|
| My strange service with an error | 06 Feb 2007 01:53 GMT | 7 |
first of all, I apologize for my bad English... I have a problem but I don't know how I can resolve it. This is a service example... public String print(Object obj){
|
| Help- Hint | 06 Feb 2007 00:31 GMT | 3 |
I´m new to Java, and I´d like to get some hints of experienced programmers. Right now I´m studying Head First Java to learn basic concepts of Java. What kind of book should I get next? Of course I´m trying to code myself a lot , not only reading stuff. I´d like to get
|
| Is there any tool to describe program algorithm in flowchart and generate code from the chart? | 05 Feb 2007 20:28 GMT | 9 |
Hello, everyone, Is there any tools which we can drawl program algorithms in flowchart? In programming, we conceive an algorithm and describe it clearly in document. and then implement it by programming language, like java, c/c
|
| file.exists() timeout? | 05 Feb 2007 19:28 GMT | 8 |
Windows 2003 Server, JDK 1.5.0_09 I have a servlet that is trying to access a .jpg file located on another server. The servlet builds a file object and uses the .exists() method to check that its got a valid path/filename and then constructs
|
| Finding out if a folder exists | 05 Feb 2007 18:07 GMT | 2 |
I am currently writing a java application that backs up a directory and copies it to another location. I want the user to enter the path of the directory in a JTextField. For example C:\Documents and Settings. Once the user has entered the path they want to backup they
|
| how can a Java buffer overflow lead to arbitrary code execution? | 05 Feb 2007 17:54 GMT | 2 |
there's something I don't get about a recent Java GIF decoder exploit. I was under the impression that since Java existed there had never been any buffer overrun/overflow in Java programs. That the JVM explicitely
|