Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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);
}
}



What is the output of the following Java program? class Main { public static void main(String a..

Answer / hrindows@gmail.com

Output
10
Since i is the blank final variable. It can be initialized only once. We have initialized it to Therefore, 10 will be printed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is t in generics in java?

0 Answers  


List some java keywords sun like c, c + + keywords?

0 Answers  


What is t in parametric equations?

0 Answers  


What is meant by Servelet? What are the parameters of service method?

2 Answers  


How can you share data between two thread in Java?

0 Answers  


What are the differences between stringbuffer and stringbuilder?

0 Answers  


Difference between serialization and deserialization in java?

0 Answers  


Variable of the boolean type is automatically initialized as?

0 Answers  


Name few java.lang classes introduced with java 8 ?

0 Answers  


Difference between Applet & Application?

6 Answers  


What is percentage in java?

0 Answers  


Is there is any difference between a scrollbar and a scrollpane?

0 Answers  


Categories