Home » Online Computer Education » Learn Fundamentals of Java Programming “Operators in Java Programming ” Lesson 6
Learn Fundamentals of Java Programming “Operators in Java Programming ” Lesson 6
Operators
Operators are special symbols in a programming language and perform certain specific operations. You have already seen two operator * and /. Table 2 lists the Java Arithmetic operators, Table 3 lists the Relational operators, Table 4 lists the Assignment operators, and Table 5 lists the Logical operators available in Java.
Java also provides Bitwise operators which are beyond the scope of this text.