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

Thread: Help me to get true value.

  1. #1
    Junior Member
    Join Date
    May 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Help me to get true value.

    Hi everyone,
    First of all i want to sorry for my English.

    I'd pass some exams, which is written on Java with PHP and ASPX elements. I found that before i answer on the question "value=0" and after i answer on it "value=2" becomes. Value is always 2, no matter what i choose, right or wrong. I think that mechanism is like this, it's sends the value to the server and server respond back the result. Can i catch somehow the right answers ? for example with great modified code in JList, or LIstView.

    By the way, i'm not programmer ( and i don't know much about this, so guys, sorry beforehand if i asked some stupid question.

    Thanks in advance.


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Help me to get true value.

    Are you asking us to help you cheat?
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  3. #3
    Junior Member
    Join Date
    May 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Help me to get true value.

    Amm... yes. But it's for good business

  4. #4
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Help me to get true value.

    Quote Originally Posted by Zimmer View Post
    Amm... yes. But it's for good business
    Then no.

    You probably can't do what you want anyway. The correct answers come from the server, only after you submit your answers. Unless you can travel through time, there's no client-side way around this.

    A business built on cheating is inherently not a good business.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  5. #5
    Junior Member
    Join Date
    May 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Help me to get true value.

    Well, thanks anyway. I just asked you to help me to find the answer nothing more. I don't like to follow the rules and the system as you do. )

    P.S. “I choose a lazy person to do a hard job. Because a lazy person will find an easy way to do it.”
    ― Bill Gates

    Cheers.

Similar Threads

  1. Only if one method is true does it call the other?
    By ColeTrain in forum What's Wrong With My Code?
    Replies: 2
    Last Post: October 29th, 2012, 03:28 PM
  2. A true beginner needs help
    By Zsofia in forum Member Introductions
    Replies: 1
    Last Post: May 23rd, 2012, 09:45 AM
  3. would this expression be true or false??
    By robertsbd in forum Java Theory & Questions
    Replies: 1
    Last Post: October 24th, 2010, 10:00 PM
  4. Does this still hold true?
    By April in forum File I/O & Other I/O Streams
    Replies: 2
    Last Post: February 2nd, 2010, 09:28 AM