you can also do this without error by enclosing the statement.executeUpdate or whatever u r using directly in the try and catch... e.g. try // main block for...
Hi All There, I want to know the key Differences among the Various J2EE ApIs. eg. Diff between JSP & Servlet, RMI-IIOP, etc. I want the information poinwise in...
Can any 1 plz guide me how to print a document if content to be printed is of multiple page (i.e how to split contents to multiple document for printing)...
hi i have built a DOM tree from a XML file, using the JDOM API. now, I have to traverse the tree...in document order... and get the ID's of each node and it's ...
I can't get my chat server to disconnect clients that have closed their chat window immediatly. The code is in files/Jonathan/Server code (I'm not putting it...
Hi, I have a question about printing in consoles in Java. My problem is that, I want to print a string at the console, at a specified location. The function I...
On Sat, 01 May 2004 09:24:37 -0000 ... Please use corerct English as my spam filter is thinking you're sending junk email -- icq: 21156382 msn: cryptic_edd at...
On Sat, 01 May 2004 10:44:21 -0000 ... Please use correct English as my spam filter thinks you're sending me junk -- icq: 21156382 msn: cryptic_edd at gmx dot...
hi, i am having a doubt in database connection pooling. if i am having a connection pooling limit of 10 and i am using all 10 connections . if i need one...
I recently took a class on this subject, where the professor posted some chapters of his upcoming book online in pdf format. Now the information that he ...
hi, JSP is just another extension of servlets and is designed with a view to ease for an html designer. JSP is also gets converted into servlet only & is very...
Can anyone tell me if they have code or anywhre i could find the code for a very simple chatroom.all it has to do is have a few clients using it,the messages...
Hi all, If I have 2 different frames to be shown together in my application, how can I keep one of the two always on top of the other. Thanx in advance ...
make your front frame "modal". U can do this by doing this.setModal(true); Regds, Saravanan ... From: Nitesh Agarwal [mailto:niteshagarwal82@...] Sent:...
Hi all Anyone with Eclipse 3.0 and Visual Editor working, that can help me. Can't put V E Working. Thanks Nuno Chumbo [Non-text portions of this message have...
thanks VENKY u give me very helpfull information arvind VENKY <venky@...> wrote: Hi, In Terms of Building your Web Applications...JSP will be much more...
You didn't give me enough code to tell if this is will fix it but here it goes: If you are extending Frame, then go to the method where you are checking for...
Do you mean on top of the other on the y-axis or the frames actually stacked on each other? If you mean the y-axis one you can do it a few ways the simplest is...
If all 10 connections are used up, the server will open up another on an as needed basis. No exceptions will be thrown. I believe it is Capacity Increment in ...
Well, you'll need a server computer to host the chat room, this could be your own computer if you want. For the GUI, if you don't know how to use Swing and...
use a JDialog for the child window in the constructor of the dialog window call super(parent frame,true); for ex child class ... class child { child(JFrame...
Ok... That code is the server... the client(of which there can be as many as you like...thousands) is running a different program... I wan't to find out if the...
On Tue, 20 Apr 2004 22:17:36 -0000 ... Well could you try looking at www.ednevitible.co.uk/BarApplet.html for me please, in Firefox it displays a small window,...
On Tue, 20 Apr 2004 22:17:36 -0000 ... Well I had to replace the code with a parameter so I could show someone.. I dont think it works using variable widths.. ...
I'm having another problem with my chat. This time it is on the client side and it is a GUI problem. I use a JTextField that isn't editable and has line...
Hi guys, I'm having trouble about JTable. First, I have about 20 columns to display in one JTable. OK, all columns displayed, but their width are so small. I...
I don't know if this will help, but here is what I did last year in my second year networking subject. Essentially to catch you up to what is happening is that...