User Profile

Collapse

Profile Sidebar

Collapse
chiasien
chiasien
Last Activity: Sep 25 '07, 06:25 AM
Joined: Aug 14 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • chiasien
    started a topic Java Code can't succeed to compile - Help
    in Java

    Java Code can't succeed to compile - Help

    Hi All,

    I need help!! Please refer below for my java code. There was error some where inside! But need those expert to help me complete my Java code without error.... Please help!! Thanks alot.

    Java Code:

    //Import statement for the JoptionPane
    import javax.swing.JOp tionPane;

    // Definition of class Student
    public class Student1 {

    //Attributes
    private...
    See more | Go to post

  • chiasien
    started a topic Valid Call in Java
    in Java

    Valid Call in Java

    Hi All,

    I am new learner for Java.

    My doubt is:

    public static void mystery (int list [], int size)

    parameter: int list [], int size

    declaration: int [] alpha = new int[50]


    Q: Produce a valid call to the method mtstery.
    My answer: mystery(alpha,5 0); (isn't correct?)

    BTW what is the valid call mean?

    Thanks and appreciate...
    See more | Go to post
No activity results to display
Show More
Working...