| Thread | Last Post | Replies |
|
| What do Java programmers feel is missing from C#? | 23 Mar 2008 17:21 GMT | 18 |
I may be opening a can of worms and don't want to start a religious war, but... What features of Java do Java programmers miss when working in C#? Other than, of course, great portability. C# has more limited
|
| My set fails | 23 Mar 2008 17:02 GMT | 4 |
Could anyone tell me why? How do I fix it? package setTest; import java.util.*; public class SetTest implements Comparable<SetTest> {
|
| Hot key to application in Windows | 23 Mar 2008 04:49 GMT | 1 |
I would like to be able to define a hot key in windows that will bring my application to the front in Windows when it is minimized or behind another window. I've searched everything I can think of and haven't found an answer
|
| how to get the return type of a Generic method | 22 Mar 2008 20:04 GMT | 6 |
I have a situation where I need to get a the return type of a method who's signature is based on a generic. Example: public class SomeClass<T> { public T getValue(Object whatever) {
|
| Java Thread Problem | 22 Mar 2008 18:52 GMT | 7 |
I use a thread to call a function in a new thread. Here is the code I use private Thread runner2; public void start2(){
|
| printf | 22 Mar 2008 18:46 GMT | 3 |
How to print formatted text in java? For example I need to print int=55 in hex format. Thank You
|
| Serving binary content along with page refresh | 22 Mar 2008 17:43 GMT | 2 |
Hello to all Java programmers out there. I am currently faced with a weird scenario in which I have to serve binary content to the client (using content disposition header) and at the same time refresh the page so that it's contents are reloaded. I
|
| Can Java read TOC cd? | 22 Mar 2008 16:22 GMT | 4 |
Currently I am exploring the what I need to know to for creating a program that can read the TOC of a audio/data cd and connect through telnet or http to the Freedb cd database on the internet and get the available information and after processing putting it in an MySQL
|
| Current week walkin updates - visit www.walkincareers.com | 22 Mar 2008 15:57 GMT | 4 |
Hi Friends, Have a successful day! We would like to forward the exciting job opportunities from the below TOP companies..
|
| mindprod.com now 100% free | 22 Mar 2008 10:57 GMT | 24 |
I have converted the last of the shareware over to freeware on mindprod.com. It all comes with well-commented source. I still cling to the non-military use only clause. I can't bear the thought of giving permission for my work to be used to murder, torture
|
| Escape Char on linux Bash Process | 22 Mar 2008 08:48 GMT | 7 |
we want to try execute a bash command from java but, I need to insert in command a double quotes example: Process p = rt.exec( "echo \"Te st\" " ); but the bash refuse a " value.
|
| Expression Parser Utility | 22 Mar 2008 02:54 GMT | 7 |
This set of Java classes allows parsing mathematical expression, that may be used from Java programs. Suitable use for this utlity include graphing tools, calculators, etc Download for free at http://www.britishcomputercolleges.com/prog/java/parser2.html
|
| Tomcat 32 bits vs Tomcat 64 bits | 22 Mar 2008 01:18 GMT | 4 |
Hi i'm new with Tomcat...i'm starting it in 64-bit mode on Solaris....but i need to use a 32-bit library....i want to know if the difference between 32-64 bits in jvm are really important...... tks !!!!!!!!
|
| private static ? | 22 Mar 2008 00:29 GMT | 4 |
If something is declared private, then why would it also be declared static? I saw this being used in an inner class. Thanks! Lurch
|
| Make software | 21 Mar 2008 23:50 GMT | 7 |
I know java programming. How can I use it to make my own software like games or for certain functions?
|