Why do we need variables?
No Answer is Posted For this Question
Be the First to Post Answer
What does you mean in math?
What is OOP Language?
How do I find and replace in word?
Is binary a low level language?
If goto and const is reserve words than why it is not work in java?
How do I print a “?
What do you understand by garbage collection in Java? Can it be forced to run?
Explain java coding standards for variables ?
What are the advantages of java over C++?
Describe the syntax of multiple inheritance? When do we use such an inheritance?
What are static blocks and static initalizers in java ?
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;