Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: ask

  1. #1
    Junior Member
    Join Date
    Jul 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default ask

    haii i want to ask me for expert systems use a java program, now the problem is 1) the question does not appear in the text area??
    2nd) appears java.lang.NullPointerException?? What was the meaning of his comrades huh?? ,,

    please enlighten gan thank youjava.jpg

  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: ask

    Welcome to the forum! Please read this topic to learn how to post code in code or highlight tags and other useful info for new members.

    Please give your threads better titles that correspond the question or problem being addressed.

    We can't help much with your first question without seeing the code. You can find the meaning of NullPointerException using your favorite search engine, and we can't help you solve that without seeing the whole error message and the code that caused it.

  3. #3
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: ask

    Also java.lang.NullPointerException is a java class that can be looked up in the java API doc.
    Java Platform SE 7
    If you don't understand my answer, don't ignore it, ask a question.