Answer Posted / prabu.m
//M.PRABU ATTUR ,SALEM prabu.thil@gmail.com
Operator
An operator is an symbol,
that performs certain operations over one or more data.
And results the one output
Example:
5+1;
a=5;
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to use arraylist in java netbeans?
Can this keyword be used to refer static members?
when to use ArrayList and when to use HashMap in webApplication.
How long will it take to learn java?
can rmi and corba based applications interact ?
Which list is sorted in java?
What is the effect of keeping a constructor private?
What is an example of a constant variable?
What is sorting algorithm in java?
Define how can we find the actual size of an object on the heap?
What is singleton pattern?
Is there any difference between nested classes and inner classes?
What modifiers may be used with a top-level class?
what is mutual exclusion? : Java thread
how does the run() method in runnable work? : Java thread