Answer Posted / amit
@Nagesh
if we have:(a+(b--));
answer:11
if : ((a+b)--);
answer: 11;
if :(a+b--);
answer:11;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the characteristics of Final,Finally and Finalize keywords.
What is java lang string?
Explain public static void main(string args[]).
Write a program to find the whether a number is an Armstrong number or not?
What is float in java?
Explain the selection sort algorithm?
Can a abstract class be defined without any abstract methods?
What is difference between final and immutable?
What is the importance of static variable?
What is application tier?
What is data object example?
Can static methods access instance variables in java?
What is the significance of continue jump statement? Explain with an example.
Which method cannot be overridden in java?
What is singleton math?