Operator « Language « Java Articles

Home
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 Articles » Language » Operator 

1. (Not So) Stupid Questions 7: >>, >>>, <<, and ?: operators    today.java.net

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 ==    ibm.com

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    developer.com

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    developer.com

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    developer.com

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    developer.com

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    developer.com

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    developer.com

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    developer.com

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    developer.com

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

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.