User Profile

Collapse

Profile Sidebar

Collapse
nish
nish
Last Activity: May 29 '06, 11:20 AM
Joined: May 16 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • nish
    replied to I need some help guys..
    in Java
    instead of
    private BufferedReader in;
    public static void main(String[] args) throws IOException {
    Main app = new Main();
    app.run();

    I thought it could go like

    public static void main(String[] args) throws IOException {
    BufferedReader in = new BufferedReader(
    new StreamInputRead er(System.in));
    int min = 0;
    int...
    See more | Go to post

    Leave a comment:


  • nish
    started a topic I need some help guys..
    in Java

    I need some help guys..

    I am currently studying java and i came across a question.

    The following program has several defects (errors) that will generate compile-time errors, logical errors (unintended behaviour) or run-time errors (forced termination). Identify and correct 5 such defects by rewriting this program and identifying and correcting the errors. You may identify an error (and the fix for it) using a comment directly above the line that was corrected....
    See more | Go to post
No activity results to display
Show More
Working...