| Thread | Last Post | Replies |
|
| serversocket | 25 Nov 2006 01:03 GMT | 2 |
I am using the serversocket. When a request arrives, I do the following. Socket clientSocket = listenSocket.accept(); Now how can I use the clientSocket to know the IP address of the client
|
| Programmer mood and their performance | 24 Nov 2006 22:52 GMT | 1 |
Please take a test on programmer's mood and their perforamance. The url is http://uxisfyp1.brunel.ac.uk/cspgiak . I declare taht this test has nothing related with financial gains. If you want to know about me here is my website address. http://mailtoiftikhar.googlepages.com . Email ...
|
| im in Need of a code for the question asked in an online interview | 24 Nov 2006 21:52 GMT | 4 |
the interviewers asked me a question as given below, 1) Place all the components and use internationalization for all the components. Note : Component display names should be fetched from the
|
| Connecting JFrames in Netbeans | 24 Nov 2006 21:34 GMT | 1 |
I am using NetBeans to do a project and i was wondering whether i could do the follows: have 2 files : one.java ----------> has JFrame1 -----------> has button1,textbox1
|
| Dynamic pdf | 24 Nov 2006 20:45 GMT | 5 |
I am using Struts and jsp for my website. I just want a printable format of my data and i want to know how can i convert my output in a pdf format.
|
| Comparing to null | 24 Nov 2006 19:22 GMT | 8 |
String s = (new BufferedReader(new InputStreamReader(System.in))).readLine(); myOutputFile.println("s: " + s + "; (s == null): " + (s == null)); Output:
|
| Error updating code to 1.5 | 24 Nov 2006 19:12 GMT | 8 |
I just need some help figuring out how to solve this, cause I'm stuck. Error: java.lang.Comparable cannot be inherited with different arguments: <> and <java.io.File> <------------ Code ------------>
|
| About Inter frame | 24 Nov 2006 18:13 GMT | 1 |
Does anybody know how to catch the event that occurs when you hit the restore button on a maximized internal frame? You can catch it in a window with the windowlistener and the windowStateChanged but I can't find an equivalent for the internal frame
|
| animation with static background image` | 24 Nov 2006 16:45 GMT | 3 |
Hi. Can you give me an example of drawing some simple animation on a static image? Let's say that a red circle has to move over the background image, can you help? Do I need to do this with threads?
|
| Help Required, Problem in writing a File. | 24 Nov 2006 14:34 GMT | 3 |
Hello Dear Fellows. I am having a problem in writing files. Problem seems to be very trivial but I dont know, why I havent been able to figure it out. I am pasing a code snippet below. Task is to read files from a directory,
|
| Calling java APIs from a c program | 24 Nov 2006 12:00 GMT | 3 |
i am trying to call some java APIs from c . i use the standatd JNI calls to load the JVM from a c program and call all java functions by using a pointer to the jvm which was returned by the JNI call the source code is given below and also the errors ..
|
| UnsatisfiedLinkError while loading library using System.loadLibrary | 24 Nov 2006 10:52 GMT | 2 |
I am facing a issue while trying to load a library using System.loadLibrary Sample Code: public static void main(String[] args) {
|
| Something similar to GWT? | 24 Nov 2006 07:30 GMT | 1 |
I was just curious if there is something similar to Google Web Toolkit for creating JSP pages. I like how GWT allows me to create the layout of my web pages using Java code. Is this something the Eclipse Web Tools Project does?
|
| O/R Hell | 24 Nov 2006 04:07 GMT | 4 |
I don't "get" Hibernate. ( At least for the kinds of projects I work on - small/medium information systems, nothing too complex, the kind of thing you could do with Microsoft Access. ) I don't want to jump through hoops to map my ResultSets into objects
|
| Why must and must not be "final" ? | 24 Nov 2006 02:02 GMT | 25 |
I have two questions, why inner class can only access "final" argument outside the inner class? and why Java applet's init() method can't access any "final" fields? example:
|