Search:

Type: Posts; User: bard

Search: Search took 0.09 seconds.

  1. Thread: PLEASE HELP

    by bard
    Replies
    7
    Views
    3,917

    Re: PLEASE HELP

    --------------------Configuration: <Default>--------------------
    java.lang.NoClassDefFoundError: Day
    Caused by: java.lang.ClassNotFoundException: Day
    at...
  2. Thread: PLEASE HELP

    by bard
    Replies
    7
    Views
    3,917

    Re: PLEASE HELP

    i'm using jcreator software....when i run this program ...they output is error....i dont know which part error...
  3. Thread: PLEASE HELP

    by bard
    Replies
    7
    Views
    3,917

    Re: PLEASE HELP

    plz check my coding...

    public class DayType{
    final static int SUN = 0;
    final static int MON = 1;
    final static int TUE = 2;
    final static int WED = 3;
    ...
  4. Thread: PLEASE HELP

    by bard
    Replies
    7
    Views
    3,917

    PLEASE HELP

    Design and implement a class called DayType that implements the day of the week in a program. The class DayType should store the day, such as Sun for Sunday, Mon for Monday and so on and so forth....
Results 1 to 4 of 4