| Thread | Last Post | Replies |
|
| java programmings | 06 Feb 2008 15:05 GMT | 1 |
http://computer-language-tutorials.blogspot.com
|
| Web Service request using SOAP in a HTTP Post - Start and End numbers | 06 Feb 2008 14:43 GMT | 1 |
I am new to web services, so apologize if any of the terms I use aren't quite right. I've been looking for information about sending SOAP requests in a HTTP Post and have run tutorial applications, but find the format of the request packets on the wire to be strange.
|
| Replay for this...... | 06 Feb 2008 14:10 GMT | 6 |
hi.......... why we can not create an object to abstract class ? tell me the exact reason ?
|
| tonmcat and connection pooling | 06 Feb 2008 11:31 GMT | 3 |
Hi, finally after many time I've configured a pool manager under Tomcat. Now I have a question: in the <Resource> element I write the attributes username, password but in my application I want that
|
| NIO-package and IBM J9 | 06 Feb 2008 03:20 GMT | 1 |
i tried to get the java.nio.* package working under the IBM J9 VM. As I am dependent on the CDC-Version of J9, it does not come with the nio-package by default. I thought this should be no problem to enable it by including a nio.jar in the classpath and importing it. All went fine. ...
|
| New to Java Me CDC | 05 Feb 2008 20:14 GMT | 1 |
I am new to Java ME arena. I wanted to develop platform independent application of high-end mobile devices. I selected NetBeans as my IDE and able to download personal profiles from Nokia and Sony Ericsson. But i can't find Foundation profile. The
|
| SCJP Preparation guide | 05 Feb 2008 16:21 GMT | 2 |
Hi I want to know about SCJP 's and whether it adds value to my 4 yrs of IT experience in Java platform...can anybody give me information about this... give me how to prepare for scjp? Ven
|
| Sun Voucher for Sale | 05 Feb 2008 14:14 GMT | 1 |
I have a SUN Examination Voucher which is valid till Jan., 2009. It costs 5800/- It can be used for various exams by Sun. I am in Bangalore. If you are interested, please contact
|
| Netbeans 6.0 question | 05 Feb 2008 11:22 GMT | 1 |
In Netbeans 5.5 there used be a "Runtime Window" in the top left conner of the IDE. Inside the window there is a "Processes" Icon, which can be used for kill any running processes. However the window doesn't exists in the netbeans6.0 anymore. Where
|
| double to string | 05 Feb 2008 02:58 GMT | 10 |
hi, i want to know how to convert a doble value like this 98.34 to string 00009834 or 9.34 to 00000934 thanks a lot !!!!!
|
| reflection | 04 Feb 2008 23:33 GMT | 2 |
could you please give me some hint how to retreive information about inheritance of class? Is it possible to use reflection to this purpose? I would like to collect all information about classes i.e. all class' fields and its base class (if the one exists). I know how
|
| getting a mouse event without using applet | 04 Feb 2008 22:15 GMT | 4 |
im writing a client for a web service and i want it to start when the user press a key in the keyboard and clicks the right click in the mouse (like babylon). i saw alot of solutions butt all using applet, and the mouse event
|
| how many objects r eligible for garbage Collection ? | 04 Feb 2008 16:38 GMT | 37 |
I am confused by someone over object creation in java.. Here is a sample question.. class Card { Short story=5;
|
| Selecting target CPU for thread | 04 Feb 2008 14:29 GMT | 17 |
I have written a Java program that is essentially performing a Monte Carlo simulation. I would like to be able to assign threads to particular CPUs for the run. Is there a way to do this in Java? At a minimum is there a way to
|
| Refinement of a Java prog called by PHP | 04 Feb 2008 10:32 GMT | 7 |
After listening to everybody's replies, I rephrase my problems as follows: I modify my program from my client: Class.forName("com.mysql.jdbc.Driver"); con = DriverManager.getConnection ( "jdbc:mysql://127.0.0.1/" +
|