| Thread | Last Post | Replies |
|
| How to parse this text format | 01 Mar 2005 10:56 GMT | 1 |
Consider a text file containing text formatted as follows: // input.txt 1234 aaaaaaaaaaaaaaaaaaaa 1232 bbbbbbbbbbbbbbbb
|
| Simple array question | 01 Mar 2005 10:10 GMT | 2 |
// i define the array in this way String [] cars; if (idcriterio30.equals("") && periodoSelezionato <1440) {
|
| turn off tomcat webapp home directory | 01 Mar 2005 10:04 GMT | 1 |
I am using tomcat and the file structure on server is like: ---tomcat -webapp -myapp
|
| making runeble programms? | 01 Mar 2005 09:56 GMT | 4 |
I have a program that I want people to be able to run from a cd that I have burned for them. I don't want them to be able to read the source-code and it should be runed by a executeble file like exe or something.
|
| how to rectify a HTTP 500: internal server error ??? | 01 Mar 2005 05:48 GMT | 2 |
Can someone please tell me what are the series of steps required in order to correct a "HTTP 500: internal server error"??? This is a general question and not a specific one for a particular environment.
|
| Inquiry: Differences between coupling vs cohesion and encapsulation vs. polymorphism | 01 Mar 2005 05:16 GMT | 1 |
I'm still having difficulty undestanding the differences between the following terms: a. coupling b. cohesion
|
| How to send a request to JSP from a standalone java program | 01 Mar 2005 05:11 GMT | 3 |
I have to send a request to JSP with some key value pairs which is executing in a Web server. Please help me in solving this problem. I tried with the following procedure but I am not successful. {
|
| response.setHeader problem | 01 Mar 2005 05:01 GMT | 8 |
Here is where am stuck... SiteMinder protects all our application. Siteminder sets request headers for user id. //applications use the following code snipped to get at user id
|
| Image in Jar file | 01 Mar 2005 01:38 GMT | 5 |
I am bundling an application to a jar file, and I am meeting pb with images. My jar structure: - meta-inf\manifest.mf
|
| Keyword synchronized | 01 Mar 2005 01:17 GMT | 3 |
Hello Java users, I just started at a IT company and I am learning the Java Language. In Java they use the keyword 'synchronized'. Where do I use this for? It also seems that you can use it in a function declaration and in a statement. In which
|