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 / bina kar
The value is 5080130
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Where are the local variables stored?
Why stringbuilder is not thread safe?
What is the purpose of stub and skeleton?
Can you instantiate the math class?
Can keyword be used as identifier?
What's the difference between an abstract class and interface in java?
Define how can we find the actual size of an object on the heap?
What is the use of StringTokenizer class?
What is static import?
What are the benefits of operations?
Is vector synchronized in java?
Explain with example the concept of constant variable in java.
What is the difference between a local variable and an instance variable?
If a class is declared without any access modifiers, where may the class be accessed in java programming?
What is the statements?