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 / ravikiran
260
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is a final class ?
Q1.A. Write note on “The class path Environment Variable”? B. Which are different kinds of source code? Q2.A. How to create an interface? B. Why convert an applet to an application? Q3.A. How to use Media tracker Class. B. How to use string tokenizer class. Q4 A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on “The properties class” Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.
What are parsing rules?
What happens if constructor is private?
How do you use nextline in java?
What package is math in java?
Describe the syntax of multiple inheritance? When do we use such an inheritance?
What are the two environment variables that must be set in order to run any java programs?
Explain the access modifiers for a class, method and variables?
Which sorting is best in java?
Explain when noclassdeffounderror will be raised ?
What is the use of StringTokenizer class?
Explain the difference between arraylist and linkedlist in java?
What is time complexity java?
What are different types of references?