| Thread | Last Post | Replies |
|
| A string composed of a character repeated x number of times | 04 Apr 2007 20:03 GMT | 11 |
In Java, what function/method do we have for constructing composed of a single character repeated x number of times. I am looking for the .NET equivalant of this String class constructor: public String(char c, int numTimesToRepeat);
|
| Clusterisable application for JBoss | 04 Apr 2007 13:13 GMT | 3 |
Do you know the prerequiste for an application to be clusterisable in JBoss ? Regards. blured.
|
| FileWriter and Path | 04 Apr 2007 13:11 GMT | 1 |
i use FileWriter to write content into a file, the fileName contains path and file name, however, the path (folder) does not exist: test/test.txt (the folder "test" does not exist yet) new FileWriter(fileName) throws an exception.
|
| Bounce off | 04 Apr 2007 12:34 GMT | 11 |
I am trying to have a bouncing ball that (as you can probably tell from the name), bounces off of the walls. I only want the top and bottom walls to bounce, but the code I am using does not work. private void detectTopOrBottom(){
|
| Difficulty | 04 Apr 2007 11:00 GMT | 3 |
Hi, I am new to eclipse wnt to develop a plugin having a palette view with drag drop facility and then making the xml of the design.Please help if you have any solutions.Send your replies to deeptihankare@gmail.com
|
| HELP PLEASE | 04 Apr 2007 10:57 GMT | 4 |
I am tring to get this preogram to sort an array. /* *This program sorts integers from lowest to highest */
|
| j2me | 04 Apr 2007 10:43 GMT | 3 |
|
| int[] and Integer[], and generics | 04 Apr 2007 10:43 GMT | 2 |
I'm having trouble dealing with some array-to-collection work: it seems that even though int and Integer can be autoboxed, it appears the same cannot be said for int[] and Integer[]. Consider an aggregator class, which aggregates based on an underlying
|
| Help with comparing objects | 04 Apr 2007 09:09 GMT | 6 |
I have been working on the proverbial postfix program for awhile and found this error. I am having trouble comparing objects with a value. I tried to put the value into an object structure but it still doesn't work. It pops beyond where I expect then has an out of
|
| How can I make a class deprecated | 04 Apr 2007 08:56 GMT | 6 |
I want to make a class deprecated in my own API. Please help me out. Rahul
|
| Consume Webservice in java | 04 Apr 2007 08:04 GMT | 3 |
Hi all , I need to call method from webservice that I have created. The webservice is deployed in jboss 4.0.4 and the webservice is simple Hello test. However , when i tried to call method , it gave error below:
|
| Application Development Team Leader | 04 Apr 2007 00:59 GMT | 1 |
Cox Communications in Phoenix is seeking an Application Development Team Leader. Here are the details: JOB PURPOSE The purpose of the Application Development Team Leader position is:
|
| [beginner]Trigger in Derby | 03 Apr 2007 23:11 GMT | 1 |
I want to know how to create a trigger in Derby which sends email to a predefined customer when certain conditions met. Can anyone tell me how or where I can find tutorials about it? Thank you in advance!!!
|
| datasourse | 03 Apr 2007 23:05 GMT | 1 |
hi i'm create web application and connect to sql server 2000 i want to use datasource connection please any one can help me
|
| Destroying a Thread | 03 Apr 2007 22:20 GMT | 4 |
This question is a follow-up to: http://groups.google.com/group/comp.lang.java.programmer/browse_frm/thread/28d34 8f31e4d3ed7/# I am using the BlockingQueue as suggested in my first post. It works great (well, still not sure about a few things, but I'm trying to
|