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
they asked class A{} class B{} class c{} all the three class saved as a single file,there is no main method in the file and anothe class M.java class m { psvm(String args[]) { // here the parent class can access } }
2 Answers DNS, IPSR Solutions,
What is javac_g?
What is runtime locatable code?
what is the life cycle of jsp?
What is the purpose of the finally clause?
What is callablestatement? How you can call stored procedure to pass in parameter?
What are the loops in java?
What is command line argument in java?
What are library required to connect to excel sheet.
What are measurable parameters?
Do I need to import java.lang package any time? Why?
Same common question what is Map,Set,HashMap,List????