Forum: Java Nov 20th, 2008 |
| Replies: 2 Views: 707 can you tell me all the details about scjp exams like when it held,how to apply for it and it's fees.........
pls give me the information i'll be very graceful |
Forum: Java Nov 19th, 2008 |
| Replies: 4 Views: 400 an applet do not require main method
to run your code include the following method
public void init()
{
}
and one comment
//<applet code=GridDrawingApplet height=300 width=300></applet>
... |
Forum: Java Nov 19th, 2008 |
| Replies: 0 Views: 331 can any one tell me that how to get the names of all the computers connected in a workgroup using java.
how to get the ip address of the computers connected in a LAN |
Forum: Java Nov 11th, 2008 |
| Replies: 5 Views: 467 Hi sudon hw are u? I got a sol for ur prob,u can use web languages like html,jsp etc.further u can refer to a book named "WEB ENABLED COMMERCIAL APPLICATIONS"
author is:IVAN BAYROSS..............and... |
Forum: Java Nov 11th, 2008 |
| Replies: 2 Views: 491 I am trying to build an application through which i can send messages from server to client. My application is similar to the windows messenger application of windows operating systems
/*(to see... |