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 4 of 4

Thread: Help we with the program

  1. #1
    Junior Member
    Join Date
    Feb 2019
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help we with the program

    Hi Everyone,
    I am learning myself for my java SE 8 exam.

    Can anyone please explain the following code to me ?

    I would like to know how to create the student table in Eclipse and run the program.

    154_1.JPG

    154_2.JPG

    Wat will be the output ?

    Thanks in Advance,
    Sheriff

    154_1.JPG154_2.JPG

  2. #2
    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: Help we with the program

    Please copy and paste the text that is in the images here. Images are hard to work with. Text can not be copied from an image to include in a response.
    Be sure to wrap all code in code tags:

    [code]
    **YOUR CODE GOES HERE**
    [/code]

    to get highlighting and preserve formatting.

    how to create the student table in Eclipse
    Is that a java programming question
    or a question about how to use Eclipse?
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member
    Join Date
    Feb 2019
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Help we with the program

    Thanks for your reply.

    its one of my questions for my exam preparation Java SE8 OCA/OCP

    and its an image in my PDF which i could not able to copy as Text.


    I would like to find the output of the above question and thought some expert here can help me.

    As a beginner i am not aware of compiling such a code with Table.

    help me if you are aware of. Thanks

  4. #4
    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: Help we with the program

    Can you copy and post here the code you asking about. Not images.
    You may have to type it in if you do not have the text.

    compiling such a code with Table
    See the tutorial: https://docs.oracle.com/javase/tutor...nts/table.html
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. switch program problem check my program and help how to fix
    By robel in forum Other Programming Languages
    Replies: 2
    Last Post: August 18th, 2014, 04:08 PM
  2. Replies: 8
    Last Post: August 17th, 2014, 12:31 PM
  3. Replies: 1
    Last Post: February 6th, 2014, 01:11 PM
  4. Program goes into infinite compilation. University project - Library Program.
    By clarky2006 in forum What's Wrong With My Code?
    Replies: 35
    Last Post: November 10th, 2012, 03:56 PM
  5. Replies: 1
    Last Post: July 8th, 2012, 10:23 AM