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 / suresh
130
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What is finalize method?
What is a buffer in computer?
What is use of valueof () in java?
What are the differences between forwarding () method and sendredirect() methods?
Explain the difference between treeset and treemap in java?
How does the java compiler work?
what is the purpose of using rmisecuritymanager in rmi?
What are different types of classloaders?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
What is java instanceof operator?
What is primitive array?
Is map ordered in java?
What is the difference between break and continue statements?
Explain the difference between string, stringbuffer and stringbuilder in java?
Why generics are used in java?