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
this program is error.
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
Explain spliterator in java8?
How do you convert boolean to boolean?
How do you compare arrays in java?
Is java call by reference?
What do you understand by the term wrapper classes?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
Why is core java important?
Why stringbuffer is faster than string?
What is multithreading in java?
Why parameters should be passed by reference?
What is a jit compiler?
What is a literal coding?
What is number data type?
Can list be final in java?
What is the use of keywords in java?