I have some code which parses files found on different web sites. I want to debug this code to parse list of files found on my local workstation. The code is as follows:
//path is someth...
http://www.experts-exchange.com/Programming/Languages/Java/Q_23352038.html
Zones:
JavaDate Answered: 04/24/2008 Grade: A Views: 6
I am running JDK 1.5.0_02 on Windows XP. I notice in a small test program the following. I create an ArrayList of ArrayLists. Let's call the outer ArrayList A. Both dimensions are the same. I popul...
http://www.experts-exchange.com/Programming/Languages/Java/Q_23131434.html
Zones:
JavaDate Answered: 02/02/2008 Grade: A Views: 4
I have a client server code for a network base whiteboard application. I have tried running and debugging this code, however I came across alot of errors on the client side. The code can be downloa...
http://www.experts-exchange.com/Software/Development/Q_22872576.html
We have a swing application that works on JDK1.4.2.11 and Weblogic 8.1.5.
We have to migrate this application to Weblogic 9.2 and consequently JDK1.5.
I want to know if anyone has done this s...
http://www.experts-exchange.com/Programming/Languages/Java/Q_23327756.html
To my respected IT peers:
Currently I am working with a partially threaded Java application which does some
thread spawning based upon overriding the abstract method run. I have attache...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/Q_23631298.html
Hi All,
I am looking for a regexpression pattern which matches all Strings other than -1.
Following pattern .*[^-1] works for me but it does not match -11 or -111.
So what I need is
-...
http://www.experts-exchange.com/Programming/Languages/Regular_Expressions/Q_23568865.html