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 / s.padma prabhu
Answer is :: 5080130
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
What checkbox method allows you to tell if a checkbox is checked?
Can you call one constructor from another if a class has multiple constructors?
What is an off by one error in java?
What an i/o filter?
What does a method signature consist of?
What are keywords in programming?
In java, what is the difference between method overloading and method overriding?
What is use of valueof () in java?
Is zero a positive integer?
Is math class static in java?
Explain the inheritance?
What are the differences between stringbuffer and stringbuilder?
How many static init can you have?
What is function overriding and overloading in java?