What is the difference between variable declaration and variable initialization?


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

Post New Answer

More Core Java Interview Questions

How list contains works in java?

0 Answers  


Is space a character in java?

0 Answers  


What is quick sort in java?

0 Answers  


A abstract class extending an abstract class.Super class has both abstract and non-abstract methods.How can we implement abstract and non-abstract mehtods? Explain with snippet

3 Answers  


What’s the difference between callable and runnable?

0 Answers  






How do you use parseint in java?

0 Answers  


What is array and arraylist in java?

0 Answers  


What is finally in exception handling?

7 Answers  


class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?

9 Answers   Infosys, Wipro,


Can a static method be final?

0 Answers  


Is nan false?

0 Answers  


What are the four versions of java?

0 Answers  


Categories