This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes about if-else Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "about if-else" Watch "about if-else" New topic
Author

about if-else

ming ming
Ranch Hand

Joined: May 17, 2006
Posts: 54

In the above code y when i enter the name "Jason", it will not display the name???
wise owen
Ranch Hand

Joined: Feb 02, 2006
Posts: 2023
if ("Jason".equals(name)){
...
}
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: about if-else
 
Similar Threads
Java Array search and print
How to check entered value is of which primitive type?
err get and set methods and scanner class / JOptionPane
is there a quicker way to read in input besides bufferedreader?
looped menu