Answer Posted / pranita yadav
An operator is asymbolthat tells computer to perform
certain mathematical or logical manipulation.Operator are
used in program to manipulate data and program.operator
perfom two or more operand and show the output only one
operand.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How strings are created in java?
Write a program to print fibonacci series
Explain importance of inheritance in java?
What is finalize()? Is finalize() similar to a destructor?
What is pre increment and post increment in java?
What is e java?
How to retrieve data from database in java using arraylist?
What exceptions occur during serialization?
How objects are stored in java?
Name few "optional" classes introduced with java 8 ?
What happens when you add a double value to a string?
what is collatration?
What causes memory leaks in java?
How do you write a scanner class in java?
Are constructors methods?