Explain with example the concept of constant variable in java.
No Answer is Posted For this Question
Be the First to Post Answer
int a=1,b=10; System.out.println(a+b--);
What is the exact difference in between Unicast and Multicast object? Where will it be used?
What is difference between path and classpath in java?
Is empty in java?
How does the java compiler work?
If all the methods in abstract class are declared as abstract then what is difference between abstract class and in interface?
What is a variable and constant?
What is string intern in java?
How we can declare a static variable?
What is null in java?
Which variable is the independent variable?
What are the operands of instanceof operator?