Mega Code Archive
Search
.Net
ASP .Net
ASP .Net Tutorial
C#
C# Book
C# by API
C# Tutorial
VB.Net
VB.Net by API
VB.Net Tutorial
Visual C++ .Net
VisualBasic Script
Java
Java
Java Book
Java by API
Java Tutorial
Script
Flash ActionScript
Flex
JavaScript DHTML
JavaScript Reference
JavaScript Tutorial
Database
MSSQL
MSSQL Tutorial
MySQL
MySQL Tutorial
Oracle PLSQL
Oracle PLSQL Tutorial
PostgreSQL
Languages
Android
C
C Tutorial
C++
C++ Tutorial
Delphi
Perl
PHP
Python
Python Tutorial
Ruby
Silverlight
Office
MSOfficeExcel 2007 Tutorial
MSOfficePowerPoint 2007 Tutorial
MSOfficeWord 2007 Tutorial
Data
XML
XML Tutorial
Java Tutorial
Operators 58 codes
Home
Java Tutorial
Operators
1 && versus &
2 All bitwise operators in action
3 AND operator
4 Applying the modulus operator, %, to floating-point values
5 Arithmetic Calculations
6 Arithmetic Operators
7 Bitwise AND (&)
8 Bitwise complement (~)
9 Bitwise Operator Assignments
10 Bitwise OR ()
11 Bitwise XOR (^)
12 Boolean Logical Operators
13 Boolean NOT Operations
14 Comma Operator
15 Convert a number to negative and back
16 Converting Between a BitSet and a Byte Array
17 Demonstrate the bitwise logical operators
18 Demonstrate the boolean logical operators
19 Demonstrates short-circuiting behavior
20 Demonstrates the mathematical operators
21 Finding Out of what Class an Object is Instantiated
22 Identifying Objects
23 Increment and Decrement
24 Instanceof operator and class hierarchy
25 Left shift ()
26 Left shifting as a quick way to multiply by 2
27 Logical Operators
28 Logical operators in action
29 Logical OR Operations
30 Modulus operator %
31 Operations on bit-mapped fields
32 Operator Precedence
33 Performing Bitwise Operations on a Bit Vector
34 Relational and logical operators
35 Relational Operators
36 Represents a collection of 64 boolean (onoff) flags
37 Returns a byte array of at least length 1
38 Several assignment operators
39 Signed shift to the right
40 Six categories of operators
41 Tests all the operators on all the primitive data types to show which ones are accepted by the Java compiler
42 The Basic Arithmetic Operators
43 The Bitwise Logical Operators
44 The Bitwise Operators can be applied to the integer types, long, int, short, char, and byte
45 The following table shows the effect of each logical operation
46 The increment and decrement operators
47 The instanceof Keyword
48 The Left Shift
49 The op= Operators
50 The Operator (Ternary)
51 The prefix form and the postfix form
52 The Right Shift
53 The ternary operator (The Conditional Operator)
54 The Unsigned Right Shift
55 Unsigned shifting a byte value
56 Use bitwise operator to create hash code
57 Using ++ and -- with floating-point variables
58 Using the increment and decrement operators in an expression