| Thread | Last Post | Replies |
|
| Run garbage collection | 31 Oct 2006 16:52 GMT | 4 |
Is it possible to run garbage collection on a particular instance of a class? I am manipulating JPG images (rotate, etc). This uses a LOT of memory when processing (about 9Mbytes for a 3MByte image). Once I am done with the image, all the resources used can be garbage collected. GC ...
|
| help with an array | 30 Oct 2006 21:55 GMT | 1 |
This is what I have done so fare but I need to use an array to store items. The output needs to display the information one product at a time, including the item number, the name of the product, the number of units in stock, the price of each unit, and the value of the inventory
|
| How to parse a complex logical formula ? | 30 Oct 2006 15:53 GMT | 1 |
Hi to all, I develop a simple GUI which contains search criteria. User enters a criteria and when click on OK, the app execute the corresponding SQL statement.
|
| JSP - mozilla and firefox problem. | 30 Oct 2006 13:22 GMT | 12 |
I have made a web application with JSPs. It seems to work fine with IE. However, with Mozilla and Firefox, it displays the HTML source generated by JSP instead of actually showing the HTML page for that source.
|
| Need help with JFrame app | 30 Oct 2006 09:59 GMT | 1 |
ok im trying to create basically a tic tac toe game in java. However im having a bit of trouble with the basics, being new to java and all. What ive done is create a class called XOPanel, that creates a array of objects called XOSquare. XOPanel creates a window and what i want it to
|
| JDK vs JRE | 30 Oct 2006 08:13 GMT | 2 |
This question have certanly been posted before, but then agin... What I know: JDK (Java Developmet Kit) is the pakage for develop java programs. JRE (Java Runtimme Enviorment) is the pakage to run java programs.
|
| Need help with loop | 30 Oct 2006 03:09 GMT | 4 |
why isn't the second part of my triangle not working? import java.util.*; public class triangle {
|
| Getting an ArrayList back from ObjectInputStream (JDK1.5) | 29 Oct 2006 23:37 GMT | 4 |
Here is my code: /** * fetchGremlins method to read a file and provide list * @param fileName String
|
| sorting int[] in descending order | 28 Oct 2006 18:35 GMT | 3 |
What's the best way to sort an array of integers in descending order? I know that one can sort in ascending order and reverse the array. Is there any other/better way?
|
| Text box with user control | 28 Oct 2006 12:46 GMT | 3 |
Please could someone point me in the right direction? I am looking for some Java code to let the user control a text box on a web site. This is very similar to the standard IFRAME tag. I am looking to replace the IFRAME with a Java controlled text box that the user can control ...
|
| Newbie - Hello World | 28 Oct 2006 05:26 GMT | 12 |
I know this is the most simple of things to do but for some reason it does not work for me. I have created the wonder Hello World App and it complies fine, but when i run the class it does not work it comes up with the following error:
|
| 310-035 dump | 28 Oct 2006 05:23 GMT | 1 |
I would be taking 310-035 this weekend. Much appreciate if somebody send me sample questions or question dump to my email id vikram.anand@gmail.com Thanks,
|
| Can I restart a jsp session from a javascript? | 28 Oct 2006 05:21 GMT | 1 |
I have a jsp page with the maxInactivity timeout set to 120 seconds. I also have a javascript that shows a warning to the user when one more minute is left for the session to expire. I want to give the user an option to renew his session.
|
| i cant seem to figure something simple out | 27 Oct 2006 22:40 GMT | 7 |
i need to modify the following program so that it uses a class to store and retrieve the employee's name, the hourly rate, and the number of hours worked. Use a constructor to initialize the employee information, and a method within that class to calculate the weekly pay. for some
|
| Domestic Alternative To Offshore Outsourcing | 27 Oct 2006 17:42 GMT | 1 |
Looking for a domestic alternative to IT Offshore Outsourcing? This firm has an interesting approach. Check out the video at: http://www.customervideo.com/playback.php?t=MTM5MjI5NTk0ODQxMDQ5MTk3MjI4
|