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...
http://www.experts-exchange.com/Programming/Languages/Q_23786048.html
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!
http://www.experts-exchange.com/Programming/Languages/Java/New_to_Java/Q_23732577.html
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!
http://www.experts-exchange.com/Programming/Languages/Java/New_to_Java/Q_23734901.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/New_to_Java/Q_23738334.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/New_to_Java/Q_23738954.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/New_to_Java/Q_23739019.html
Hi,
How do I force garbage collection in my code?
Thanks!
http://www.experts-exchange.com/Programming/Languages/Java/New_to_Java/Q_23739785.html
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!
http://www.experts-exchange.com/Programming/Languages/Java/New_to_Java/Q_23742145.html
How do I read in a file and store it as an array of bytes?
http://www.experts-exchange.com/Programming/Languages/Java/New_to_Java/Q_23742276.html
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!
http://www.experts-exchange.com/Programming/Languages/Java/New_to_Java/Q_23742703.html