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
Can a hashset contain duplicates java?
Write an algorithm for quick sort?
Why null value is used in string?
Can I override protected method in java?
What purpose do the keywords final, finally, and finalize fulfill?
Explain the difference between the public, private, final, protected, and default modifiers?
What will happen if a thrown exception is not handled?
Difference between string, string builder, and string buffer?
What are different types of encoding?
What is the use of optional ?
Can we sort a map in java?
how to write a server program and sending the mails to the server using smtp protocol please help me
Wha is the output from system.out.println(“hello”+null); ?
What are the advantages of inner classes?
What is the difference between sleep and wait in java?