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 / ravikiran
260
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the effect of keeping a constructor private?
List the different types of classloaders in java.
How do you sort in java?
Why webdriver is an interface?
What is a final class in java?
When super keyword is used?
Why does java have two ways to create child threads?
What is anti pattern in java?
What is import java util arraylist?
When will you define a method as static?
What is java objectoutputstream?
Can an unreferenced object be referenced again?
What is set string?
Is empty in java?
What are the different types of inner classes?