What is variable declaration and definition?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

write a simple program inheritance?

2 Answers   Polaris,


Java support what type of parameter passing ?

7 Answers   Wipro,


Which is bigger float or double java?

0 Answers  


does java support default argument in Method?

1 Answers  


Can an abstract class be final?

10 Answers  






Why bytecode is called bytecode?

0 Answers  


What is a class component?

0 Answers  


Can we assign the reference to this variable?

0 Answers  


What is busy spin, and why should you use it?

0 Answers  


Can a constructor be private and how are this() and super() method used with constructor?

0 Answers   Flextronics, Hexaware,


When should the method invokelater() be used?

0 Answers  


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

0 Answers  


Categories