What are order of precedence and associativity, and how are
they used?
order of predecence determines the in which the expressions
are to be evaluated.
associativity determines the order in which the operands
are to be evaluated eithet left to right or right to left
| Is This Answer Correct ? | 3 Yes | 1 No |
Differentiate between a constructor and a method? Can we mark constructors final?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
What is the difference between sop and work instruction?
does java support pointers?
What is mutable object and immutable object?
What is instance means in java?
Explain different types of thread priorities ?
Tell me the programme for this @ 1 2 @ @ @ 1 2 3 4
5 Answers Accenture, iGate, IntoNET, Value Labs,
Can u write constructor in abstract.If yes den when it will be invoked.
what is a static block?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
how copy the hashmap object into arraylist at java program?