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


Please Help Members By Posting Answers For Below Questions

What is diamond operator in java?

503


Can we override singleton class?

541


What is final keyword?

648


What do you mean by an interface in java?

574


What is off heap memory?

552






In java, what is the difference between method overloading and method overriding?

585


Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?

551


What is bool mean?

575


What do you mean by platform independence?

586


How do you remove all elements from an arraylist in java?

508


What is oop in java?

533


Explain jvm, jre, and jdk?

565


What is a generic data type?

574


When should you use arraylist and when should you use linkedlist?

500


Describe what happens when an object is created in java ?

555