| Thread | Last Post | Replies |
|
| A java program (MyHashTable) | 25 Apr 2008 00:42 GMT | 11 |
I am new in this group.So,if somehow my way of posting goes wrong please pardon. I made a program as MyHashTable described below.All I want to print all the elements in the hashtable as a string.What should I do? Can
|
| Errors downloading JDK | 24 Apr 2008 05:20 GMT | 5 |
Apologies for posting to the group, but doing so in the hope that Sun staffers monitor it. When attempting to download a number of JDK versions I'm presented with the error message:
|
| Abator for iBATIS support joining table?? | 23 Apr 2008 15:58 GMT | 3 |
ok guys..first of all...thanks..to read... ok..this is my question.... i am using Abator..to generate daos, vos, and sql map files....but..i found out that only one single table generation.is possible...
|
| help about FileWriter | 23 Apr 2008 08:19 GMT | 15 |
String format=""+year+"年"+month+"月\n"+day+"日"+hour+"时"+min+"分" + " "+task+\n; FileWriter writer = new FileWriter(taskFile, true); writer.write(format);
|
| Error with vncviewer and java | 22 Apr 2008 23:06 GMT | 6 |
I'm running Ubuntu 8.04 and trying to connect via remote desktop and vncviewer to another Ubuntu computer running 7.10. When I run vncviewer the following is what I get: will@hermes:~$ vncviewer odin:0
|
| enumeration question | 22 Apr 2008 14:18 GMT | 4 |
How can I get back to the first element after finishing the while loop with enum.hasMoreElements()? Thanks
|
| are there lseek/seek, tell, etc. in Java? | 22 Apr 2008 13:47 GMT | 3 |
When I open a file by BufferedWriter bw = new BufferedWriter(new FileWriter(new File("myfile"))); Where myfile is existed, I don't want to over write the
|
| about GUI and java netbeans | 22 Apr 2008 08:27 GMT | 9 |
can you please help me to write a java program in netbeans.....actually I am using linux for the practice of java.
|
| RMI setup/performance | 22 Apr 2008 01:51 GMT | 4 |
I have programmed a server which with a implements a network interface, in corba, and after doing a test I found that corba is really slow (10 seconds corba processing and 0.6 seconds client/server processing). So as a test I thought I'd try the same interface in RMI, but after
|
| reading an abused ternary conditional operator | 21 Apr 2008 02:59 GMT | 17 |
a = b ? c ? d : e ? f : g : h ? i : j ? k : l; I came across the above in a java 2 certification study guide. How do you break it down and read?
|
| ArrayList.toString versus iterating through the ArrayList | 20 Apr 2008 21:38 GMT | 10 |
My understanding is that the toString method for an ArrayList will call the respective toString method for each element of the ArrayList. However, in the below code, calling guests.toString() gives no output. I think that I must be doing something wrong that the printGuests method
|
| Tools and techniques on Java and other programming languages | 20 Apr 2008 14:40 GMT | 1 |
Tools and Techniques of Java and other programming languages. Ada compiler and school for C/C++ programming language http://www.blogonprogramming.blogspot.com
|
| Object to Comparable | 20 Apr 2008 11:40 GMT | 2 |
I am implemented a program LinkList based Binarytree but I want to use Comparable for comparing the values stored at two different Nodes and the values I stored at each Node are of type Objects.Can anyone please help?I shall be very grateful if anyone provide me the least of
|
| Windows Look and Feel - wrong display | 19 Apr 2008 17:31 GMT | 13 |
I have written a program with UI that I can switch to Windows L&F. It worked ok and still does on all Computers I run it on, except one. On this one PC, text fields are not displayed "three-dimensionally", but completely flat, the font colour of disabled buttons does not become
|
| need simple help..... | 19 Apr 2008 00:09 GMT | 3 |
Im confused why this isnt working.... Any ideas? What have I stupidly missed? Thanks, Peter
|