Search:

Type: Posts; User: vigneswara

Search: Search took 0.11 seconds.

  1. Replies
    17
    Views
    4,565

    Re: Counting Words in a File with a Loop

    read the file character by charecter upto EOF. if any of the character is equal to the ' ' single space or EOF increase the wordcount value by one
  2. Replies
    1
    Views
    3,079

    access cisco router with java programme

    i want to disable or enable the cisco router with java
  3. Replies
    32
    Views
    11,565

    Poll: Re: What is your favourite Java IDE?

    Netbeans is my favourite IDE
  4. Replies
    32
    Views
    11,565

    Poll: Re: What is your favourite Java IDE?

    My Favourite IDE is Netbeans
  5. Replies
    32
    Views
    11,565

    Poll: Re: What is your favourite Java IDE?

    NetBeans is my favourite java ide
  6. Re: Java? Where to start.

    My suggestion is used EditPlus or notepad++
    why, because in this type of editors every predefined class or interfaces or import packages written by u, so you have some knowledge for which class is...
  7. Re: Java? Where to start.

    My suggestion is used EditPlus or notepad++
    why, because in this type of editors every predefined class or interfaces or import packages written by u, so you have some knowledge for which class is...
  8. Replies
    4
    Views
    6,567

    Re: How I can highlight keyword search?

    in jsp it is possible but how in command prompt
  9. Replies
    3
    Views
    4,313

    Re: Looking for a programmer to make a simple program.

    i would like to work with you on this project.
    please send full details
  10. Replies
    4
    Views
    8,413

    Re: How to input items in array

    import java.io.*;
    public class ArrayRead
    {
    public static void main(String[] az)throws IOException
    {
    String s[]=new String[5];
    System.out.println("Enter theStrings");
    ...
  11. Re: Java mail problem(working in intranet,but not working in iternet)

    please check ur smtp host and ur port number
    why don't u use gmail host
    imn my project i use gmail host
    host name is gmail.com port is 465
    if u are interested to see this code please click on the...
  12. Replies
    32
    Views
    11,565

    Poll: Re: What is your favourite Java IDE?

    NetBeans is my favourite IDE, easy to install plugins and excellent gui
Results 1 to 12 of 12