Operator « Language « Java Articles

Java Articles
1. Build Deploy
2. Class
3. Core Library
4. Data Types
5. Database JDBC
6. Design
7. Development
8. File Input Output
9. Graphics Desktop
10. J2EE Enterprise
11. J2ME Wireless
12. JVM
13. Language
14. Library Product
15. Network
16. Security
17. SOA Web Services
18. Test
19. Web Development
20. XML
Java
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Products
Java by API
Photoshop Tutorial
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Articles » Language » Operator 
1. (Not So) Stupid Questions 7: >>, >>>, <<, and ?: operators
"Editor's note: Sometimes the most interesting discussions begin when someone says, "This may be a stupid question, but .... " If the person asking the question has taken the time to think about the problem before asking, the question is often not stupid at all. The uncertainty points out an ambiguity in the specs, holes in the docs, or a search for how more experienced programmers might address a particular problem. From time to time, we will print one of the "(Not So) Stupid Questions" we receive and invite our readers to answer the question in the feedback section."

2. e-BIT bytes: Comparison operators: equals() versus ==
"As a Java programmer, you can check for the equality of two strings in one of two ways: you can use == (for example, strObj1 == strObj2) or you can use equals() (for example, strObj1.equals(strObj2)). If you know how both of these functions are implemented internally, you can make an informed decision as to which one to use for any specific situation."

3. Test Your Java Knowledge: Using Operators and Making Assignments, Part 6
"Previous article: Test Your Java Knowledge: Using Operators and Making Assignments, Part 5 Next article: Test Your Java Knowledge: Using Modifiers, Part 1"

4. Test Your Java Knowledge: Using Operators and Making Assignments, Part 4
"Previous article: Test Your Java Knowledge: Using Operators and Making Assignments, Part 3 Next article: Test Your Java Knowledge: Using Operators and Making Assignments, Part 5"

5. Java Advanced Placement Study Guide: Relational Operators, Increment Operator, and Control Structures
"Please see the first lesson in the miniseries entitled Java Advanced Placement Study Guide: Introduction to the Lessons, Primitive Types, for additional background information. The lesson immediately prior to this one was entitled Java Advanced Placement Study Guide: Assignment and Arithmetic Operators."

6. Test Your Java Knowledge: Using Operators and Making Assignments, Part 2
"I recommend that you also make use of my online Java tutorial lessons, which are designed from a more conventional textbook approach. Those tutorial lessons are published at Gamelan.com."

7. Test Your Java Knowledge: Using Operators and Making Assignments, Part 3
"Previous article: Test Your Java Knowledge: Using Operators and Making Assignments, Part 2 Next article: Test Your Java Knowledge: Using Operators and Making Assignments, Part 4"

8. Test Your Java Knowledge: Using Operators and Making Assignments, Part 5
"Previous article: Test Your Java Knowledge: Using Operators and Making Assignments, Part 4 Next article: Test Your Java Knowledge: Using Operators and Making Assignments, Part 6"

9. Java Advanced Placement Study Guide: Assignment and Arithmetic Operators
"Previous article: Java Advanced Placement Study Guide: Introduction to the Lessons, Primitive Types Next article: Java Advanced Placement Study Guide: Relational Operators, Increment Operator, and Control Structures"

10. Test Your Java Knowledge: Using Operators and Making Assignments, Part 1
"Previous article: Test Your Java Knowledge: Fundamentals, Part 6 Next article: Test Your Java Knowledge: Using Operators and Making Assignments, Part 2"

w___ww__.j__a___v___a__2___s__.___c___om___ | Contact Us
Copyright 2003 - 08 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.