I'm working on a project that requires two-way communication over HTTP; basically the client page just has to periodically request updates from the server on...
hey just use BufferReader from java.io package. This is having a method readline which reads line in the text file, Now just make two separate object of...
... I'm running linux, and I've looked on the net and that's the way the classpath is set ... you mean mypackage directory ? yes off course I did thanks for...
1-To syncronized the multithreading we use monitor only one thread can enter in monitor then how can multithreading possible? 2-In multithreading what is the...
Hi friends, I have got a requirement in regard to the truncating the text. While pasting a text in between an existing text, the existing text gets truncated...
Hi Everyone, I need to create a horizontal scrollbar for a listbox in a jsp page. I want to display 300 characters in a single line in a listbox, for which I...
This is my code below but when i try and run it...it brings up the invalid selection answer on all of them...it is only suppose to be if you select an invalid...
Hello could you please help me with java printing? This is my code... I used the Java API for printing. The problem is this code doesnt find the print...
Java Program Error I have a small program as below. I create array of class hello2 But it does not run. Program have following error message on running (it...
... The reason is that when u create array of object it just creates a reference to that class it doesn't instantiate the class... this is the correct program...
Hi Zeph, Well my openion will be to use two separate xmlhttprequest object for both function. Both will function will be executed separately for separate ...
I have very peculiar problem. The Java application Program does not run I installed java 1.5 or earlier version etc. on the computer The Java program applet...
Hi, I am having problem while decoding "%" in URLDecoder.decode(), getting Illegal hexvalue escape Pattern(%). I know % is treated as a special escaped...
Hi, This will be the problem of classpath settings. If your system has oracle it sets it's old java path in path value or old version path. You can set it...
greetings everybody, i'm new to xml-rpc and i'm using the apache xmlrpc implemtation. I would just would like to ask if theres a way to add /edit headers of to...
Hi All, PLease let me know the step by step procedure for developing and deploying webservices using Apache Axis in Eclipse. please refer me some sites that...
I have this following file: 1. IndexPage.java which is an interface 2. IndexPageProxy.java which implements IndexPage.java How to use IndexPage.java in this...
Hi! I have a number represented as a Float. How do I get only the decimals? For exampel I want to get 14 out of 3.14. Best regards Daniel ... Access over 1...
Dear frnds, I m new in spring & hibernate. Can anyone send me a very simple example where mysql database is used. Pls, i need it urgent. Mishu ... Any...
Hi everyone, I'm working with (EJB 2.1) Entities CMP and Oracle, and I have a problem... I'm trying to insert a java.util.Date (Date and Time) into a Date...
Guillermo, An SQL DATE object (that is what is stored in Oracle and most other databases) is a date only. If you also want to store the time, you need to use a...
Hi everyone, I'm working with (EJB 2.1) Entities CMP and Oracle, and I have a problem... I'm trying to insert a java.util.Date (Date and Time) into a Date...
Hi, Below is the link that will help you how to use Eclipse. https://eclipse-tutorial.dev.java.net/ This link will help you if you are begineer in using...
Hi i want to share the information between two portlets (inter portlet communication). if anybody worked on this pls send me the source code or doc. Thanks in...
Can anyone tell me about a free IDE for J2EE application development? israr ahmed <israr0022@...> wrote: Hi, Below is the link that will help you how to...