Advertisement

1 - 10 of 22 containing alltags:("SE 6") (0.001 seconds)
Is there a way in Java of accessing a device by using driver information or something similar. I want to accept input from a controller. I have been looking around for some packages in the api that...
Zones: Languages, JavaDate Answered: 10/03/2008 Grade: A Views: 4
Hi,       I have textboxes on a Java GUI that I want to manipulate from another class.  How can I do this in Java without passing a textbox reference? Thanks!
Zones: New To Java, J2SEDate Answered: 09/15/2008 Grade: A Views: 0
Hi,       I am writing a web service client that receives an XML document as a String.  How do I convert it to an XML document and then execute an XPath statement on it? Thanks!
Zones: New To Java, Java, J2SEDate Answered: 09/16/2008 Grade: A Views: 0
Hi,   I need to find the size of a String in bytes in my Java SE 6 app.  I need to verify the String is less than the maximum number of bytes a database will allow for storage.  What is the best w...
Zones: New To Java, Java, J2SEDate Answered: 09/17/2008 Grade: A Views: 18
Hi,   I'm writing a stress testing program that tests a remote server.  To mimic clients I am spawning new threads that execute various requests from the server.  I am using a cached thread pool t...
Zones: New To Java, Java, J2SEDate Answered: 09/17/2008 Grade: A Views: 0
Hi,   I need to keep a large number of threads open for a stress test.  I am running out of memory as I create a large number of threads.  How do I increase the amount of memory allocated to a JVM...
Zones: New To Java, Java, J2SEDate Answered: 09/17/2008 Grade: A Views: 5
Hi,   How do I force garbage collection in my code? Thanks!
Zones: New To Java, Java, J2SEDate Answered: 09/17/2008 Grade: A Views: 66
Hi,     If I have multiple objects using the below code to get a static instance of an object in Java, are there multiple copies of the static object in memory or is it a singleton? Thanks!
Zones: New To Java, Java, J2SEDate Answered: 09/18/2008 Grade: A Views: 4
How do I read in a file and store it as an array of bytes?
Zones: New To Java, Java, J2SEDate Answered: 09/18/2008 Grade: A Views: 0
Hi,   I have a muti threaded application that is used for stress testing a web service.  I would like to measure the time it takes for each thread to run.  How can I do this? Thanks!
Zones: New To Java, Java, J2SEDate Answered: 09/18/2008 Grade: A Views: 0