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
expected semicolan(;)&
expected ")"(close breas)
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain the difference between a Thread and a Process.
Is namespace same as package in java?
What is a Presistent Object?
What is abstraction in java?
What is a function in java?
Can we use different return types for methods when overridden?
Hi.... I applied for the post of scientific officer/Engineer-SB(Programmer).Please post the syllabus and sample papers.
How to make object serializable in java?
What access modifiers can be used for variables?
What do you mean by access modifier?
How can we make sure main() is the last thread to finish in java program?
Why singleton pattern is better than creating singleton class with static instance?
Is there a case when finally will not execute?
Can we call the constructor of a class more than once for an object?
What is the difference between the ">>" and " >>>" operators in java?