| Thread | Last Post | Replies |
|
| Audio Programming | 15 Oct 2007 11:56 GMT | 5 |
I want to develop a voice chat application. How can I capture voice over the microphone and send it over the internet to a another computer that can hear it. If there are any books on the subject I'd appreciate if you could tell me about them. I just want to know about
|
| remote type | 15 Oct 2007 04:10 GMT | 10 |
how can I find out what some ip represents on LAN (ex. router, switch, server etc)? thx....
|
| results of Class.newInstance if the default constructor is not public | 15 Oct 2007 02:27 GMT | 3 |
I am writting a generic instance creator and for various reasons want to always use the default ctor (the one that obj.getClass().newInstance() uses) but just got to thinking what happens if the there is no public default ctor (or no default at all)
|
| Performance Issues in Random Access Files | 15 Oct 2007 02:05 GMT | 7 |
I have an application where I need to read data from random posiitions within file. In this case performance is VERY important. The problem I am running into is that the RandomAccessFile class appears to have serious performance issues. Based on a bit of experimentation, I
|
| Where can I download Servlet 2.4 source code? | 15 Oct 2007 00:42 GMT | 1 |
does anyone of you know where can I find the source code of the servlet 2.4 specification? I downloaded some J2EE Bundles, but there are only javadocs (beside the jar-files with the classes). Thank you very much for your anserz
|
| Java Applets connecting to Databases: access denied (java.net.SocketPermission ... resolve) | 14 Oct 2007 22:04 GMT | 2 |
I'm new about developing Java applets and I need some help. I'm developing a Web Application based on JSPs and Tomcat in Netbeans. I've also developed a Java Applet which its package has some classes. This Applet connects to a Sybase Database (JConnect) in order to query
|
| web services fundamentals | 14 Oct 2007 19:17 GMT | 4 |
I am trying to understand web services. what i understood so far is that web service is nothing but like a java program sitting and running on the client side to access application from the server side. so if there are 10 clients each will
|
| Garbage collector and references | 14 Oct 2007 18:39 GMT | 7 |
Please assume this little program: class A{ int m; }
|
| Vectors and accessing elementCount - Newbie Question | 14 Oct 2007 14:27 GMT | 7 |
I just discovered the Vector class today and am having trouble accessing the variable elementCount. First I received a protected package error so I adjusted for this by creating another class that extends Vector..
|
| Tomcat keeps crashing on low activity site, any suggestions? | 14 Oct 2007 13:03 GMT | 4 |
I have a Tomcat based site, that receives about 4000 requests a day. It is a low memory server with only 350MB of ram. But I would think that that even Tomcat should be able to handle that. Anyway, I keep getting out of memory errors and the JVM will normally quit after it
|
| Dice Frequency Simulation | 14 Oct 2007 10:48 GMT | 13 |
Hi I'm new to JAVA Programming and need help with my homework! The assignment: Design and implement a simple, well-documented JAVA program that uses random numbers to simulate throwing a pair of dice and recording the total score thrown. That is, each roll will throw
|
| What is "-0.0" | 14 Oct 2007 10:20 GMT | 4 |
In java 6.0, I have below code. double x = 0.0; double y = -10.0; double z = x / y;
|
| RMI Method takes and processes object - Where do i put the class? | 14 Oct 2007 02:17 GMT | 1 |
I have to implement an RMI instant messaging application in Java for a class project. I was given a stub to work with. In the remote interface there is a method that like this that registers the client with the server:
|
| log4j | 14 Oct 2007 01:51 GMT | 2 |
why log4j is faster than other logging mechanism?
|
| how handle the things with security | 14 Oct 2007 01:29 GMT | 6 |
i am developing one Banking Project, i want some more security while handling the credit & debit card number if any one know solution means. plz can u help
|