Operators in Java Important Question Answers
Topics:- Operators in Java Que 1. What are Operators? Answer: Operators are special symbols in a programming language and perform certain specific operations. Que 2. What do you mean by Arithmetic Operators? Answer: Operators which perform the basic arithmetic operations – add, sub, mul, div, rem, are known as Arithmetic operators. Que 3. Explain all […]