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
Can a class extends itself in java?
Explain about anonymous inner classes in java?
How can you share data between two thread in Java?
What is the difference between jvm and jre? What is an interface?
How to compare two strings in java program?
What is concurrent hashmap and its features?
What is the difference between a public and a non-public class?
what is the use of servlet engine?
What are the characteristics of Final,Finally and Finalize keywords.
Explain exception chaining in java?
What does singleton class mean?
What is the difference between a scrollbar and a scrollpane?