| Thread | Last Post | Replies |
|
| Creating objects. | 11 May 2006 17:11 GMT | 10 |
I have an abstract base class (MyBase). I have a collection class for the abstract base class (MyCol). MyCol extends AbstractList<MyBase>. I have child classes (MyChildA, MyChildB). MyChildA/B extend MyBase.
|
| Timezone problem | 11 May 2006 17:04 GMT | 2 |
SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss z"); java.util.Date date = new java.util.Date(); System.out.println(dateFormat.format(date));
|
| dump the program in exception | 11 May 2006 16:02 GMT | 6 |
try { } catch (Exception ex) { // Hi all, how to dump the call stack? and how to auto detect which local variable in this function have and print their type,
|
| Using Netbean IDE for writing/compiling/debugging apps without using Project | 11 May 2006 15:53 GMT | 6 |
Is there a way to configure Netbean IDE such that it does not insist on creating a Project everying time I want to use it to write/compile/debug small Java apps I am writing to learn Java. I find that default Netbean IDE behaviour to insist on a Project before
|
| Netbeans 3.6 sources | 11 May 2006 15:23 GMT | 2 |
Does anyone have the sources for NetBeans 3.6 ? It sems the sight (www.netbeans.org) no longer provides that, and I am looking for such. TIA, Ike
|
| Recommandations.. | 11 May 2006 15:08 GMT | 3 |
Sorry to ask this here but does anyone have a recommendations for a network newsgroup out there. I am having major problem with my website. No one can get to it. I run Apache and Tomcat on a windoze XP SP Home edition. I have looked at
|
| Hibernate 3 + ASM | 11 May 2006 15:01 GMT | 1 |
Why exactly Hibernate needs cglib and asm ? Is there a way to configure and use Hibernate without asm.jar ? What would then be the consequences in term of performance ? Same questions regarding spring-hibernate ?
|
| Ajax and Java question | 11 May 2006 14:50 GMT | 1 |
Is there a way using XMLHttpRequest to send the entire DOM of the html document to the servlet?
|
| Problem with Methods | 11 May 2006 14:26 GMT | 3 |
I have a Class (class PublishStats) containing 2 methods. Method 1 (UpdateFields) formats text and inserts it into a DefaultStyledDocument named, for example "wage1". Method 2 (PublishStats) uses a gridbagLayout to display "wage1". This does not work opviously because wage1 being ...
|
| how to use recursive algorithm to determine all of the arrangements? | 11 May 2006 13:23 GMT | 18 |
suppose there are n elements,how can you use recursive algorithm to determine all of the n elements' arrangements. for example,if there is 1 element,say, A1,there is only one arrangement, namely,{A1};
|
| commons-httclient: Request URI in protokol header | 11 May 2006 10:54 GMT | 1 |
I have a problem with the commons-httpclient package (jakarta). Suppose I want to send a POST request (PostMethod in commons-httpclient) to the URL http://my-server:9999/Test. The commons-httpclient generates a request looking like this:
|
| java.util.logging | 11 May 2006 10:35 GMT | 1 |
Hello . . . Is it possible that two, three... classes share the same Log file? If yes, how? Please . . .
|
| proxy | 11 May 2006 09:38 GMT | 6 |
Properties systemSettings = System.getProperties(); systemSettings.put("http.proxyHost","192.168.0.254") ; systemSettings.put("http.proxyPort", "3128"); Hello... I'm using this code to create a proxy... BUT how will I know
|
| Java Vs Perl | 11 May 2006 06:53 GMT | 20 |
Disclamer i use perl to make the point clearer i'm not saying that perl is the perfict languige but perl is just a languige thats populer and im lerning it Java is staticly typed and slower than perl and espeshaly consitering
|
| how can use xor logic | 11 May 2006 06:39 GMT | 9 |
i want encryption & decryption when enter password iwant use xor to make this how that??? please tell me
|