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

Thread: Help with a few simple questions

  1. #1
    Junior Member
    Join Date
    Sep 2013
    Posts
    23
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Help with a few simple questions

    I researched and studied but I could not come up with the correct answers. I'm still having trouble finding them. If anyone would be kind enough to tell me which of these are wrong, and help me correct them that would be great. All I'm told is that I failed, but it doesn't tell me which are wrong! Thank you!

    ky7xqUH.jpg

    Thank's a bunch!


  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 with a few simple questions

    Can you copy and paste here the text that you have questions about? It is not possible to copy text from an image if it is to be included in a response.
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member
    Join Date
    Sep 2013
    Posts
    23
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: Help with a few simple questions

    I know it's not possible to copy text from an image, this is a screen shot I took of when I was reviewing my answers. The website said I failed, but didn't tell me which are wrong. Which look like they're wrong?

  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 with a few simple questions

    Can you type it?

    Add some comments on why you chose the answers.
    If you don't understand my answer, don't ignore it, ask a question.

  5. #5
    Junior Member
    Join Date
    Sep 2013
    Posts
    23
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: Help with a few simple questions

    7. Methods used to change variables are called _____.

    modifiers

    8. The _____ constructor has no parameters.

    public

    9. The keyword to call the constructor and build an object in memory is _____.

    new

    10. Write the header for the default constructor for a class called Ship.

    public Ship() {}

  6. #6
    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 with a few simple questions

    Why did you choose those answers?
    What does an internet search engine return when asked those questions?

    What are the choices from your class materials and class notes?
    If you don't understand my answer, don't ignore it, ask a question.

  7. #7
    Junior Member
    Join Date
    Sep 2013
    Posts
    23
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: Help with a few simple questions

    I chose those answers because I thought they were the right ones at the time.

    --- Update ---

    There were no choices it was an online quiz. It told me I failed but didn't tell me which I got wrong.

  8. #8
    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 with a few simple questions

    What are the choices from your class materials and class notes?
    If you don't understand my answer, don't ignore it, ask a question.

  9. #9
    Junior Member
    Join Date
    Sep 2013
    Posts
    23
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: Help with a few simple questions

    Again, there were no choices.

  10. #10
    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 with a few simple questions

    If the class notes and materials don't discuss what is asked on the test, I don't understand what the purpose of the test is. Normally tests cover the material presented in the course. How can the test ask about things not covered?
    If you don't understand my answer, don't ignore it, ask a question.

  11. #11
    Junior Member
    Join Date
    Sep 2013
    Posts
    23
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: Help with a few simple questions

    Of course the test was based on notes and materials, but so are all tests on all subjects. You're asking for choices. There's hundreds of "choices" you could make on the quiz, it's free response, it's not multiple choice. I cannot list all of the choices I could make, there are too many. I'm asking the community if they know which of these questions are wrong, and if they could tell me them. Are Methods used to change variables are called modifiers? Does the public constructor has no parameters? That's what I'm asking, which of my answers to the questions are wrong.

  12. #12
    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 with a few simple questions

    Sorry, I'm not going to answer questions on a test you are taking. You need to read the course material and find the names given to different types of methods and to different types of constructors.
    If you don't understand my answer, don't ignore it, ask a question.

  13. #13
    Junior Member
    Join Date
    Sep 2013
    Posts
    23
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: Help with a few simple questions

    I've already taken it, I'm just wondering which are right and which are wrong so I can know for the future, I can't seem to find the answers in my notes.

  14. #14
    Member
    Join Date
    Oct 2013
    Location
    United Kingdom
    Posts
    62
    Thanks
    1
    Thanked 4 Times in 4 Posts

    Default Re: Help with a few simple questions

    These are preety simple questions and you can get the answers if you look into a book or search in websites.
    Thanks and regards,
    Sambit Swain

Similar Threads

  1. Swing, JFrame simple questions!
    By jaw88 in forum What's Wrong With My Code?
    Replies: 3
    Last Post: May 22nd, 2013, 06:34 PM
  2. bluej some questions about a simple car details class
    By infernocy in forum Object Oriented Programming
    Replies: 5
    Last Post: April 9th, 2012, 05:32 AM
  3. Questions on simple client-server app
    By worwhite in forum Threads
    Replies: 24
    Last Post: July 30th, 2011, 08:19 PM
  4. Paying for simple questions.
    By kmjt in forum Paid Java Projects
    Replies: 6
    Last Post: February 10th, 2011, 08:31 PM