TOKENS in Java
TOKENS in Java
System.out.println(edu1); //112
System.out.println(edu2); //31.40
System.out.println(edu3); //edu
System.out.println(edu4); //Edureka
System.out.println(edu5); //true
}
}
operators
• An operator in Java is a special symbol that
signifies the compiler to perform some
specific mathematical or non-mathematical
operations on one or more operands. Java
supports 8 types of operators.
Special symbols