|
Re: JAVA 101 help
The Java tutorial maintained by Oracle is here:
Tutorial Big Index
You can perhaps find better ones (better for you), if you look around. However, this one is the safe, common denominator for me to recommend. It should include a section or subsection about String objects.
The Java version 8, Standard Edition, API reference, maintained by Oracle, is here:
Java 8 SE API Reference
Looking up the String class will show you String's "equals" method, along with all the others available for what you want to do. This is the same info GeeTwo's link will take you to, except that I gave the URL for the entire Java SE version 8 API doc. His link goes straight to the Java SE version 7 String class.
Blake
PS: I dunno how to configure Eclipse to help you. However, the "StackOverflow" Q&A site often has answers for questions like these, because someone else already already asked the same question. I gravitate toward their links when I use Google to search for software answers.
__________________
Blake Ross, For emailing me, in the verizon.net domain, I am blake
VRC Team Mentor, FTC volunteer, 5th Gear Developer, Husband, Father, Triangle Fraternity Alumnus (ky 76), U Ky BSEE, Tau Beta Pi, Eta Kappa Nu, Kentucky Colonel
Words/phrases I avoid: basis, mitigate, leveraging, transitioning, impact (instead of affect/effect), facilitate, programmatic, problematic, issue (instead of problem), latency (instead of delay), dependency (instead of prerequisite), connectivity, usage & utilize (instead of use), downed, functionality, functional, power on, descore, alumni (instead of alumnus/alumna), the enterprise, methodology, nomenclature, form factor (instead of size or shape), competency, modality, provided(with), provision(ing), irregardless/irrespective, signage, colorized, pulsating, ideate
Last edited by gblake : 31-10-2016 at 15:18.
|