| Thread | Last Post | Replies |
|
| How do I do this? | 12 Feb 2007 11:43 GMT | 1 |
I am trying to use an array of some sort which will allow me to access a value based on a key (like in a Hashtable) but also allow me to access all entries sorted by the key. I have heard all kinds of solutions proposed but there seems to be
|
| Invitation to Codecraft 2007 - An Online Programming Contest | 12 Feb 2007 06:15 GMT | 1 |
Please ignore this mail if you are not interested in programming contests. IIIT Hyderabad invites you to our annual Online Programming Contest CodeCraft 2007. This is the 5th year of Codecraft. It has grown over
|
| what is an applet | 12 Feb 2007 01:52 GMT | 4 |
|
| netbeans ant task classpathref reference not found | 12 Feb 2007 00:12 GMT | 2 |
Adding the following to build.xml <taskdef name="cup" classname="java_cup.anttask.CUPTask"
|
| AudioInputStream -- 'skip()' method seems not to work | 11 Feb 2007 22:06 GMT | 4 |
I am using AudioInputStream and I find that the 'skip()' method seems not to work. The thing 'executes' without a murmur, returning a value as if doing the skip, but in fact nothing gets skipped. Code is: import java.awt.*;
|
| mysql callable statement problem | 11 Feb 2007 21:27 GMT | 1 |
my Mysql is 5.0.18 In database "test" I created a procedure: mysql> delimiter // mysql> create procedure demoSp(IN inputParam VARCHAR(255),INOUT
|
| looking for opinons regarding best practices (jdbc, resultsets, and servlet design) | 11 Feb 2007 20:40 GMT | 11 |
Im looking for an opinion regarding best practices. Recently a friend and I were talking about how we write our code for our web applications. I tend to keep my jdbc code with my logic in any servlet I am writing. My friend says that this is bad practice and
|
| Use a pc's bluetooth adapter to check for your cellphone | 11 Feb 2007 18:14 GMT | 2 |
I'm looking to do presence detection for my pc. I was hoping to write a java application to work with my pc's bluetooth adapater and simply check for my device address. If it can no longer connect I would then make different actions based on what I would like.
|
| Mutiple JVM in Single Os | 11 Feb 2007 16:49 GMT | 4 |
Is there anybody who knows advantages and disadvantages of using Multiple JVM in Single OS. Actually we trigger a java program which will execute normally and based on
|
| newbie's regex question | 11 Feb 2007 11:35 GMT | 2 |
I need to crop all text between one expression(let it be expr1) and the first match of another(expr2). The text looks like: some text expr1 some text expr2 some text expr2. I know nothing about length of the text.
|
| Looking for ant... | 11 Feb 2007 06:13 GMT | 2 |
I'm looking for the ant ide ... preferrably for mac os x... pc is thats all thats available. Can't find it...
|
| About generics and Iterator | 11 Feb 2007 06:11 GMT | 2 |
Hello, I have a doubt about generics usage with the iterator interface. The following declarations should be 'equivalent', I mean, all the methods return the same type (a reference to Object):
|
| Excellent Java consultant available immediately | 10 Feb 2007 20:10 GMT | 3 |
I have excellent Java consultant available immediately. Kindly contact me on the below given number for your DIRECT CLIENT requirements. Consultant name : Ramchandran
|
| Passing large documents via web services | 10 Feb 2007 18:55 GMT | 2 |
Suppose I am developing a web service with the following features: - doc/literal - has an operation whose input message has a part whose type is defined by a schema
|
| Ant - <fileset> problem? | 10 Feb 2007 18:35 GMT | 2 |
java.lang.NoSuchMethodError: org.apache.tools.ant.util.FileUtils.getFileUtils()L org/apache/tools/ant/util/FileUtils; was thrown when i use <fileset> even the simple build.xml below:
|