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
Why do we use string?
Explain the difference between call by refrence and call by value?
Explain inheritance in java?
What is the meaning of variable in research?
How do you create an array in java?
Which is faster string or stringbuilder?
How do you write a conditional statement?
How can we create a thread in java?
What is a text string?
What is function and method in java?
Can you override private or static method in java?
What is stored procedure. How do you create stored procedure ?
How does finally block differ from finalize() method?
In a class implementing an interface, can we change the value of any variable defined in the interface?
What is array class in java?