| Thread | Last Post | Replies |
|
| little confused about jaxp and java 1.4.2 | 06 May 2006 18:55 GMT | 4 |
hi.. i would like use Schema validation and transfomation and be as standard as possible... what is the jaxp version that comes 1.4.2 ?
|
| Double-Check idom, ThreadLocal and volatile | 06 May 2006 17:39 GMT | 1 |
I just read http://www.javaworld.com/javaworld/jw-11-2001/jw-1116-dcl.html (which was written back in 2001!). Well, I've seen a lot of Double-Check Lock (DCL) code and can't remember to ever have seen any usage of
|
| object oriented.. | 06 May 2006 10:09 GMT | 7 |
I have a method in 4 diffenrent classes. the method in all the classes is the same except for some minor things. I want to replace the method in all the classes by a single method. how do I do that?
|
| simple static question | 06 May 2006 06:28 GMT | 5 |
Say i have a static queue in class A. I instantiate class B and in the constructor I instantiate an object of class A just to get a reference of the static queue. Once the constructor finishes there is no reference to any object of
|
| How to convert a Date to int | 06 May 2006 04:38 GMT | 24 |
I'm new to Java, have been using vb6. How do I do this in java? VB6: Dim lDate as Long
|
| NetBeans Grid Control? | 06 May 2006 04:21 GMT | 5 |
Is there any Grid Control included with NetBeans IDE 5.0?
|
| NetBeans & MySQL Flash Demo or Tutorial? | 06 May 2006 04:19 GMT | 4 |
I am new to NetBeans! I am looking a Flash Demo or a tutorial that can show me how to develop a simple application using the Matisse GUI Builder to create a form that edits data on an underlying MySQL database. I had found many good flash animations on the NetBeans site
|
| Problems starting applet in browser | 06 May 2006 03:53 GMT | 4 |
My code: InputStream in = null; URL url = new URL("http://my.url:80/myfile"); URLConnection connection = url.openConnection();
|
| help me | 06 May 2006 02:15 GMT | 3 |
i am new member ti this group i have a dought i want to use the data stored in dara base while developping a java code how to interface database with java code.
|
| about eclipse | 06 May 2006 00:55 GMT | 6 |
i tried to download the eclipse in eclipse.org but in middle it got failed. send me url other than eclipse.org And also send me the free eclipse plug-in urls
|
| Running javascript expression in java program | 05 May 2006 23:22 GMT | 2 |
I wonder which area do i need to research on for this problem. Right now i want to invoke some javascript function in the java program. For e.g.
|
| Any algo or codesnipplet for removing noise from Wave(.wav) files | 05 May 2006 23:18 GMT | 2 |
help me in removing noise from wave files(.wav)
|
| NetBeans VS Visual Studio.NET | 05 May 2006 22:52 GMT | 5 |
I want to hear opinions about how NetBeans compare to Visual Studio.NET in terms of easy development
|
| newbie: how to compile java? | 05 May 2006 22:47 GMT | 3 |
Help please! OK, so the guy who wrote this Java program left after his contract was up. My boss' bosses asked if I can look at it given I had one Java course in college 6 years ago, making me their resident expert :0. I
|
| Running JVM on Intel 64-bit xeon | 05 May 2006 22:29 GMT | 7 |
Has anybody tried writing/running java on a 64-bit Intel Xeon processor under Windows, and can they answer the following questions: 1. Does the standard Sun JVM work? 2. Is there a 64-bit JVM for this processor? Would a JVM for the AMD64
|