| Thread | Last Post | Replies |
|
| java date format problem | 17 Feb 2006 06:21 GMT | 8 |
How to get current date in format dd-mon-yyyy in java???
|
| read/write data byte-per-byte to and from a socket | 17 Feb 2006 06:18 GMT | 1 |
the usual data handling that i know in sockets is by using an input stream and output stream for reading and writing data, respectively: PrintWriter out = new PrintWriter(clientSocket.getOutputStream(), true);
|
| question | 17 Feb 2006 06:13 GMT | 2 |
hello grp !!! i've one question plz excuse if it is silly to ask !! public static void main( String[] args ) {
|
| JMF -- going from Movie to JPEG | 17 Feb 2006 05:53 GMT | 1 |
I have been looking into JMF, but im not sure if it suites my needs, so I was hoping you guys could clear some things up. What I want to do is take a video file (no limitations on the format for now), and grab all of the frames out of it, so that I can compare
|
| MABLE - J2EE Business Rule/Logic Engine for JBoss is under free software license ! Download and use for free ! | 17 Feb 2006 05:36 GMT | 1 |
AL&FA BDI would like to announce that MABLE - J2EE Business Rule/Logic Engine for JBoss is under free software license ! Create sophisticated business rules, use SOA and enjoy free software !
|
| ArrayIndexOutOfBoundsException | 17 Feb 2006 05:12 GMT | 4 |
Im getting an ArrayIndexOutOfBoundsException when using an array, and while I know I can use a try catch statement to get around this problem, I was wondering if there was a way to test to see if the element exists instead.
|
| Java threads / JVM and CPUs | 17 Feb 2006 05:11 GMT | 4 |
Hi, i was doing some research and was wondering if anyone had any idea about the following: How many active Java threads per CPU can Windows XP support? Does it make a difference on single / dual processor boxes?
|
| java server's ability to accept a huge number of simultaneous connections | 17 Feb 2006 05:05 GMT | 2 |
I would appreciate some suggestions or pointers as to where to look for, to increase a java server's ability to accept a huge number of simultaneous connections. Using the backlog feature in java's ServerSocket or NIO hasn't solved
|
| goofy HTML addressing | 17 Feb 2006 05:04 GMT | 17 |
I sometimes wish I could strangle the nameless bureaucrats who cook up standards on paper and never try them out before foisting then on the public. In particular I refer to html URL relative addressing. It is fine to
|
| Runtime initialisation | 17 Feb 2006 00:31 GMT | 3 |
If I invoke the following code with 10 as the program argument, the output is: scaleFactor = 10 NUMBER_X = 10
|
| what are the other ways to prevent a class from being subclassed. one way is to declare the class final. | 17 Feb 2006 00:21 GMT | 20 |
what are the other ways to prevent a class from being subclassed. one way is to declare the class final. Thanks Srinivas
|
| Mobile APPS | 17 Feb 2006 00:14 GMT | 7 |
Hi to al I m amateur to Java I'm presently trying to Develop MIDP Apps I even tried to Make one creted a JAR file and on Installin it to my Nokia 3120 usin Nokia PC Suite it got installed but din't work....I'm Using Java 1.5 and Netbeans 5.0
|
| Java Web Service | 16 Feb 2006 23:26 GMT | 5 |
is there any possibility (Open Source or free) to publish a web service without any application server installed? Best Regards, Leszek Doniec
|
| Reading HTTP request using InputStream | 16 Feb 2006 23:19 GMT | 1 |
I'm using Inputstream to read an HTTP request from my browser (i'm actually making a proxy). The code: InputStream in = new DataInputStream(socket.getInputStream());
|
| White rectangle flashing while Java applet is loading | 16 Feb 2006 21:57 GMT | 9 |
I wrote a Java applet for an embedded application (which includes a tiny HTTP server), and I have a problem with it, probably not related to the embedded nature of the application. The problem is, while the applet is loading, it displays a white rectangle
|