10. What is the output of the following Java program?
class Main {
public static void main(String args[]){
final int i;
i = 10;
System.out.println(i);
}
}
10. What is the output of the following Java program?
class Main {
public static void main(String args[]){
final int i;
i = 10;
System.out.println(i);
}
}
No Answer is Posted For this Question
Be the First to Post Answer
Which variables are stored in heap?
What are green threads in java?
What are actual parameters?
What is a null check?
What do you mean by constructor?
How do you find the independent variable?
Explain the importance of throwable class and its methods?
Explain the significance of class loaders in bootstrap?
What is Exception handling in Java How do you handle run time errors please explain with an example
What is the difference between normal report & matrix report?
Where import statement is used in a java program?
strings in java are objects.why?