| Thread | Last Post | Replies |
|
| Cannot convert null to an object - How to resolve it | 13 Nov 2006 07:59 GMT | 1 |
I am beginner in httpunit, while getting a response from a site i am getting the following error.... If any one got the same error or worked through it, Kindly inform me let me how to resovle it.
|
| can you give me any hint for writing a background java program? | 13 Nov 2006 07:24 GMT | 4 |
I a write a process in java which will run in the background. Can you give me any hint for this or any sample code. thanks in advance, Tarun Garg
|
| classpath for web-application. | 13 Nov 2006 06:47 GMT | 1 |
I am working on a web application with a bunch of jsp files using some java classes. I am using tomcat 5.5. I have a special class file, say a.class, sit in the web-inf/classes. This class import another two jars, say b.jar and c.jar. The jsp file will import a and does not
|
| KeyGenerator internals | 13 Nov 2006 06:28 GMT | 1 |
does KeyGenerator always calls 'nextBytes()' from SecureRandom (given to it at time of 'init') , in a sequence, in short if the seed to PRNG is same , then will the key be same always.?
|
| javac is not recognised as an internal or external command, operable program or batch file | 13 Nov 2006 04:50 GMT | 5 |
I get the above error when i try to compile a java program. I have included it in the CLASSPATH. The CLASSPATH looks like this: C:\PROGRA~1\BORLAND\CBUILD~1\PROJECTS\BPL;C:\PROGRA~1\BORLAND\CBUILD~1\BIN;%SYSTEMROOT%\SYSTEM32;%SYSTEMROOT%;%SYSTEMROOT%\SYSTEM32\WBEM;C ...
|
| changing array dimension in a method | 13 Nov 2006 04:25 GMT | 3 |
I am new to java and appreciate your help with my question: I have a two dimensional array (myArray) and need to change its dimensions to different rows and columns depending on certain criteria . I have a method that takes the array to reinitialize it to change its dimensions.
|
| CommPort integration | 13 Nov 2006 02:42 GMT | 7 |
i've got a question about the integration of a CommPort into a Java programm. I need it for data transfer between the PC and a Microcontroller. I'm a newbie in programming and so it would be very useful to have some easy examples or an introduction for the
|
| how can I know the IP of the local computer | 12 Nov 2006 23:40 GMT | 1 |
Dear friends how can I know the IP of the local computer, using java InetAddress maybe or another object.
|
| gernerics type checking is not bullet proof | 12 Nov 2006 22:01 GMT | 3 |
I was trying to improve my understanding of generics. Reading the tutorial http://java.sun.com/docs/books/tutorial/extra/generics/methods.html I had a doubt and wanted to check it out.
|
| Need help with Java homework | 12 Nov 2006 18:32 GMT | 7 |
I am learning about arrays this week in programming class. How come in the following code below (of which alot has been removed) I can't store anything in the citizenCount array? <-snipped->
|
| Regular Expressions | 12 Nov 2006 17:23 GMT | 4 |
I have a string which can be in these two formats : "<b>word" or "word" (<b> may or may not be present) I used the following regular expression to extract word (word is similar to email ID and may containt letter,-,_):
|
| How Do I find Out About Java Group meeting locally | 12 Nov 2006 17:05 GMT | 5 |
I heard there is one here but How Do I find Out About Java Group meeting locally?
|
| how servlet works ? | 12 Nov 2006 16:39 GMT | 4 |
say, i have made a servlet (say MyServlet ) and have put an entry in the web.xml . Now an user calls this servlet ......what happens after this ? does an servlet instance is created by the container as soon as user
|
| Using SOcket programing to create multiple clients conatcting a single server | 12 Nov 2006 16:08 GMT | 2 |
How do I decide the port numbers for each of the client. Is a multiclient possible if possible how? Thank You
|
| servlet reference and thread safe | 12 Nov 2006 15:18 GMT | 9 |
"...the instance , static variables used in a servlet reference object are not thread safe..." why instance variables are not thread safe ? say i have
|