| Thread | Last Post | Replies |
|
| algorithm - how to estimate time to complete | 03 Mar 2005 14:44 GMT | 8 |
Not a problem as such, just a question about estimating time for producing algorithms. I recently had to write a class with a method that was to convert digits (int) into their 'word' representation.
|
| Seaching word in text file using JAVA. | 03 Mar 2005 14:23 GMT | 2 |
I have a problem on seaching word in text file using JAVA. Below are the sample code i have written for searching word honda, 1990 and imran.I also want to save word honda in static string name classtring. For first line i use this java code to save word honda in
|
| How easy it is to manipulate a hashmap? | 03 Mar 2005 14:20 GMT | 3 |
I have a HashMap. Each key is mapped to a value (an ArrayList of Character objects). How easy is it to compare a column of characters in the HashMap? Maybe there is a better datastructure to use for my purpose?
|
| Anonymous Inner class Creation | 03 Mar 2005 13:56 GMT | 5 |
I have recently begun to experiment more with Anonymous Inner classes (I still consider them a devils deal). However, I did come upon a situation where it was nice: JPanel myPanel = new JPanel() {
|
| Counting no.of sentences | 03 Mar 2005 13:10 GMT | 13 |
Friends No of sentences can be counted based on no.of (.) full stop... But if there is a word like M.B.B.S , Mr.Ram..etc.., How to count the no .of sentences..Plz help me to solve this in java... Eagerly waiting for ur reply..
|
| Jar File Extraction | 03 Mar 2005 12:27 GMT | 3 |
I currently have a set of source files and am trying to find the simplest way for a user to set up and access them. I had at first thought that packing them in a jar file would be the best way but seem to have come up against a problem.
|
| Listening to htttp requests | 03 Mar 2005 10:03 GMT | 2 |
For some debugging I'm doing, I'd like to either build a listener or find a shareware on. I'd like to see what the client is sending and the server is returning HTTP_client <---port_X--->Listener<---port_Y---> HTTP server
|
| threadaches | 03 Mar 2005 06:07 GMT | 6 |
Im expiriencing strange behaviour while pausing the main thread of my program. Actually it's an applet game, in the run method I pause the thread by doing a yield(). this works fine for a little while but then it will suddenly become uncontrollable and only excutes input after a ...
|
| Profiler? | 03 Mar 2005 05:41 GMT | 1 |
I am going to write a Profile for my java application. Please tell me how to get this value: 1) CPU usage 2) Memory allcated in JVM
|
| General Question about java parameters / OOP good design techniques | 03 Mar 2005 05:01 GMT | 7 |
I'm curious about the way I'm coding, as I actually believe I'm not doing things correctly. I have a few general questions and even after having read a few books and browsed the internet for some time, I can't find the correct document describing the methodology I'm after...
|
| Recursive Relationship with Hibernate? | 03 Mar 2005 04:21 GMT | 1 |
When I try to use recursive relationship in Hibernate (v3 beta 4), it gives me this: java.lang.NullPointerException at org.hibernate.cfg.HbmBinder.bindMapSecondPass(HbmBinder.java:1692)
|
| java ftp library | 03 Mar 2005 03:35 GMT | 3 |
Im developing p2p application and Im willing to use ftp to transfer files between nodes. so each node will be a server and client at the same time. I need a java library that is capable to do the following:
|
| Questions about the Struts resource bundle | 03 Mar 2005 03:27 GMT | 1 |
I am currently building a web application using the Struts framework. I need to internationalize the site so I am putting all of the localizable text into the resource bundle. The first question I have is how can I add a multiple line key value pair? Some of my values in
|
| scope of default TimeZone | 03 Mar 2005 02:16 GMT | 2 |
I have a class which contains a Date object and I always want it to output/format it's dates to reflect UTC time (GMT-0). The only way I have found to be able to do this is to set the TimeZone.setDefault() to the timezone I want right before I output or format the date. This
|
| Video clips in Java applications/applets? | 03 Mar 2005 02:12 GMT | 1 |
Does anyone know if it is possible to insert a video clip in a java application and if so how to do it? I did a search on google and all I found was how to insert audio clips. Thank you very much.
|