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
What is a module function?
Write a program to print fibonacci series up to count 10.
What is instance synchronization?
What is the exception hierarchy in java?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
Difference between final and effectively final ? Why is effectively final even required ?
What is thread start?
why an outer class cannot be declared as private?
What do negative exponents mean?
What is the difference between static method and instance method in Java?
What is dot operator?
How to call one constructor from the other constructor ?
What is the statements?
What is a blocking method in Java?
Why destructor is not used in java?