| Thread | Last Post | Replies |
|
| architecting custom database fields | 31 Mar 2006 03:17 GMT | 4 |
So I have a patient database object create table patient ( patient_id number primary key, patient_name varchar(40),
|
| Concurrency newbie | 31 Mar 2006 02:31 GMT | 4 |
I am working on an assignment for the Parallel Programming course I've been taking. Among other things, it involves a server which should accept only 4 client connections. After the fourth connection has been established, I would like the server to stop listening for connections. ...
|
| I am making free money with this. | 31 Mar 2006 01:39 GMT | 2 |
http://www.freewebs.com/freemoneywow/
|
| A Nanotechnology sensitization Program | 30 Mar 2006 23:11 GMT | 1 |
NANO SCIENCE AND TECHNOLOGY CONSORTIUM (Consulting*Research*Outsourcing*Technology) C-56A/28, Sector-62, Noida - 201 301 (U.P.), INDIA Tel.: (+91) 0120 -2404690, 5330376, +91 09818206463
|
| Problem with 'setcolor' | 30 Mar 2006 23:02 GMT | 13 |
I have written a game which involves making a simulsted deck of playing cards where each card is represented by a number and a symbol of its suit. Where the suit is "Hearts" or "Diamonds" I want to make the number and symbol red.
|
| All of Java will be deprecated ! | 30 Mar 2006 22:08 GMT | 6 |
I have travelled back in time to warn of an impending crisis. When Java version 1.9 is released (aka J9MESEESSE), all the rest of Java will be deprecated. You must all start learning the Java 1.9 APIs now, or you will soon
|
| import javax.xml.stream doesn't exist - please help | 30 Mar 2006 21:43 GMT | 9 |
I am working on a java program and it needs the the above said to be imported. But for some reason I am getting the javax.xml.stread doesn't exist! I am a beginer and not sure why its comaplaining about this. Is there
|
| Mac Java | 30 Mar 2006 21:41 GMT | 7 |
I am building a java application that will be run on Mac and Windows and I have run into a bit of a snag. The main problem I have is that Macs seem to automatically insert the application menu and that menu does not appear in java.
|
| transfer of java media files | 30 Mar 2006 21:17 GMT | 3 |
i m doing a project on VIRTUAL CLASSROOM IN Java. i am facing troubles in transfer of java media files.so PLEASE can you send me the sourcecode for it. Thanking YOU in advance...
|
| How to read numerical data files | 30 Mar 2006 21:16 GMT | 4 |
I'm learning Java while doing a real project and I'm having trouble with something that should be simple. I need to read text files that contain integer and floating point data separated by varying numbers of spaces. I need to store these values into arrays for later use. I've
|
| [CheckStyle] forbidding a particular method | 30 Mar 2006 20:50 GMT | 2 |
How can I implement a rule with checkstyle that would warn when the code would call the method "receive()" on an instance of the class "MessageConsumer" ? I know that checkstyle might not be the appropriate tool for that, but
|
| Using direct access in the constructor? | 30 Mar 2006 20:29 GMT | 2 |
I'm doing a Java course. Having gone through the use of accessor (setter and getter) methods for instance variables, it goes on to say: "For reasons that cannot be elaborated upon here, it is safer, where possible, to initialise instance variables directly in a constructor
|
| Swing components with special needs? | 30 Mar 2006 20:15 GMT | 5 |
Suppose I want to make a Swing component that contains objects that need to show selection effects and control handles (e.g. resize or rotate handles)? Or one that contains a child component, which paints itself somehow, and needs to show an overlaying grid with one square
|
| Difference between String variable and String Class definition | 30 Mar 2006 20:14 GMT | 22 |
can anyone tell me what is difference between String variable and String class definition. for example : String variable ---> String = "java";
|
| stacktrace lost in exception | 30 Mar 2006 19:53 GMT | 1 |
hi all I am debugging some complicated client/server code that uses axis web services, jboss. & even have been stepping thru the server-side code running in jboss via eclipse debugger. I would like to get the exception
|