int a=10,b=20,c=30 a= b+c;b=a+c;c=a+b;
System.out.println("The value is"+a+b+c;
Answer Posted / swapna kumari arava
After successful compilation , The value is 5080130
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are green threads in java?
In how many ways we can do synchronization in java?
What are the differences between forwarding () method and sendredirect() methods?
If a variable is declared as private, where may the variable be accessed?
Can long be null in java?
What is a final class in java?
What is matcher in java?
Can an abstract class be a final class?
If an application has multiple classes in it, is it okay to have a main method in more than one class?
What is ph and buffers?
What is the synonym of string?
How many types of literals are there in JAVA?
What is identifier give example?
What is a values collection view ?
Can private members of a base class are inheritable justify?