Forum: Java Jul 31st, 2009 |
| Replies: 7 Views: 1,007 Here, try this:
import java.io.*;
class even_or_odd
{
static void check()throws IOException
{
BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
... |
Forum: Java Jul 13th, 2009 |
| Replies: 4 Views: 369 Well, yes, Java can be used to create such software...but it commands you to have in depth knowledge of how the Internet works.
Java can be used to even create a program on the lines of a 'packet... |
Forum: Java Jul 12th, 2009 |
| Replies: 4 Views: 369 What 'kind' of intrusion detection system do you want to develop? Java suits most types of development. |