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

Post New Answer

More Core Java Interview Questions

What are the traverses in Binary Tree?

2 Answers   Adobe, Infosys,


Explain differences between checked and unchecked exceptions in java?

0 Answers  


What is Enum in Java?

0 Answers  


What are the two environment variables that must be set in order to run any java programs?

0 Answers  


How to implement an arraylist in java?

0 Answers  


How do you insert a line break?

0 Answers  


how copy the hashmap object into arraylist at java program?

4 Answers   HCL, Wipro,


What is 3-tier model?

3 Answers   Wipro,


What is the difference between import java.util.date and java .util?

0 Answers  


What is difference between path and classpath in java?

0 Answers  


Why java Don't Support Multiple interitence

8 Answers   ABC, Exilant, IBM,


how to print output with out using sop statements

5 Answers   UHG,


Categories