Search:

Type: Posts; User: edward005

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,205

    error in declaration of try statement.

    please help me to remove the error coming with thy and catch statement in 8 and 17 line

    import java.io.*;

    class UserThread extends Thread
    {
    static int a[]=new int[10];
    BufferedReader...
  2. Re: java awt...if statement not working properly

    thanks a lot i have just tried the second part and its working fine now
    can you please explain me why this happen??
    i mean why its working by using equals but not ==

    --- Update ---

    [/COLOR]if...
  3. Re: java awt...if statement not working properly

    yes i am sure that split line is working fine.i have already checked that
    thanks for taking interest in solving the problem
    in case you find the solution please let me know
    thanks again
  4. java awt...if statement not working properly

    it is a program to find vowels from tect in awt....but it is not doing so may be some problem in if statement


    import java.awt.*;
    import java.awt.event.*;

    class Test implements...
Results 1 to 4 of 4