On Apr 7, 8:52 pm, sugith anandan <[email protected]> wrote:
> hi i have doubt in create your own java classes(1014).i didnt  understand
> the  homework program  concept..So  please  help me......
>   and reply as soon as possible..
Be patient my friend. Most posts get answered eventually.

The first bullet in the list, ask to create <student> with three
variables, namely; <studentRecord>, <studentId> & <studentCount>. For
example:
public class Student {
    StudentRecord studentRecord;
    int studentId;
    static int studentCount = 0;
}
>
> urs lovingly...
>     sugi............

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to