| Thread | Last Post | Replies |
|
| Is an IP address a broadcast address? | 21 Sep 2005 11:55 GMT | 2 |
IP broadcast address usually have a .255 suffix, but not always. Subnets sometimes use a different broadcast address (in fact, any IP with trailing (binary) ones is a valid broadcast address). The question is, does Java give you the means to know whether an IP
|
| generics: is this a good/bad idea; and eclipse consequences | 21 Sep 2005 09:35 GMT | 6 |
Continuing with my exploration of generics, I found the following could be useful. I wish to get some feedback as to whether this is a terrible idea, and why. Note that this is a slightly contrived example, so don't challenge the assumed requirement, rather criticise the ...
|
| org.apache.jasper.runtime.BodyContentImplBodyContentImpl uses all memory | 21 Sep 2005 07:46 GMT | 2 |
I'm experiencing a problem with my web application as it seems to run out of memory after about a week in production. I used JRockIT console to inspect what was using memory, and I found that a have quite a few instances of
|
| Help with a Java Puzzle. | 21 Sep 2005 07:44 GMT | 12 |
Hello I am reading Java Programming Language 3rd Edition as a self study and I'm stuck with the following on Chap 3, exercise 11: Find at least one security hole in SortDouble that would let a sorting algorithm cheat on its metrics without getting caught. Fix the
|
| Autocut option for Print API ?? | 21 Sep 2005 07:18 GMT | 1 |
Is there a way to programmatically set the AUTOCUT option for a PrinterJob in the java.awt.print API ? I need to process a series of Landscape and Portrait PrinterJobs and need to cut them alternately (need to autocut every alternate job)
|
| Cross-Compile to V1.4 compatible with Java 5 javac | 21 Sep 2005 03:40 GMT | 7 |
Hi group At http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/javac.html#crosscomp-example there is a cross-compilation example:
|
| RAR Files | 20 Sep 2005 22:59 GMT | 2 |
Is there a java API for RAR files like ZipInputStream? Thanks Jon
|
| try/catch | 20 Sep 2005 22:53 GMT | 22 |
I hate to bring this up again, but someone is trying to get me to do something I wouldn't normally do. I am being told keep all try blocks to a bare minimum in size. This is leading to methods that have lots of small try/catch constructs
|
| Regular Expression help! | 20 Sep 2005 21:44 GMT | 3 |
I am trying to parse string buffer by using Regular Expression. Suppose my string buffer is: ------------------------------------------- Hi , How are you?
|
| Executor | 20 Sep 2005 21:33 GMT | 8 |
I'm playing around with the new Executor class in the java.util.concurrent package and I've run into a bit of a problem. This is probably simple, but I don't immediately see how to do it. I send several runnables to the the Executor (on the order of a hundred
|
| vector | 20 Sep 2005 20:59 GMT | 9 |
how can I create a vector with size of 10 which saves only int values?? how can I specify that the vector will only have int values?? thanks
|
| How to log out of multiple application server sessions at once | 20 Sep 2005 20:20 GMT | 1 |
We have two web applications that each run on different Sun application server instances (A & B). Users login to the both applications using a single login using SiteMinder. A combined menu allows users access to functionality in both applications.
|
| please help me in improving my designing and coding skills | 20 Sep 2005 18:49 GMT | 5 |
i request ppl of this grp to help me in imroving my designing and coding skills in java
|
| help please | 20 Sep 2005 18:29 GMT | 3 |
hello guys i am relatively new to this area .so to start with can u suggest me some good books .i will try my level best to cope up with u guys as soon as possible
|
| how to resolve theese errors? | 20 Sep 2005 18:28 GMT | 3 |
This is the code: class Ipktgen { public native int Pktgen(int ttl, long d_ip, byte[] payload); int ttl = this.ttl;
|