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
Is Java is 100% pure OOPS? Explain?
What’s the difference between applets and standalone program?
what is the difference between multitasking and multithreading?
Name two subclasses of the TextComponent class?
What is difference between printf and scanf?
Why Over riding is Run Time Polymorphism?
How can you share data between two thread in Java?
what is unreachable code problem in multiple catch statements
What is 16 bits called?
What is java autoboxing?
What is string variable?
What is command line argument in java?