Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is operator?

Answers were Sorted based on User's Feedback



What is operator?..

Answer / satyam

Operators are special symbols that perform specific
operations on one, two, or three operands, and then return
a result. Operators with higher precedence are evaluated
before operators with relatively lower precedence.
Operators on the same line have equal precedence. When
operators of equal precedence appear in the same
expression, a rule must govern which is evaluated first.
All binary operators except for the assignment operators
are evaluated from left to right; assignment operators are
evaluated right to left.

Is This Answer Correct ?    3 Yes 0 No

What is operator?..

Answer / 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

What is operator?..

Answer / 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

More Core Java Interview Questions

What are the types of strings?

0 Answers  


How do you escape a string?

0 Answers  


What is the purpose of garbage collection in java?

0 Answers  


What is nested loop? What is dangling else condition in it?

0 Answers   Ericsson,


Write a program to print fibonacci series up to count 10.

0 Answers  


what modifiers are used with top-level class?

2 Answers  


Is it possible to write static method in abstract class? justyfy your answer?

5 Answers   Hexaware,


Is java a super set of javascript?

0 Answers  


How many types of classes are there in java?

0 Answers  


What is the use of default method in interface in java?

0 Answers  


what are the methods in object?

0 Answers   IBS,


What is math in java?

0 Answers  


Categories