What is local variable and instance variable?


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

Post New Answer

More Core Java Interview Questions

How java is platform independent?

41 Answers   College School Exams Tests, Infosys, TCS,


How can we create an immutable class in java?

0 Answers  


is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?

2 Answers  


What is the difference between Java1.4 and Java1.5

0 Answers   NIIT,


Which sort is best in java?

0 Answers  






Define immutable object?

0 Answers  


What is a “stateless” protocol ?

0 Answers  


Explain how to force the garbage collection in java.

0 Answers  


Can we override constructors in java?

0 Answers  


What is the difference between applet and application?

0 Answers  


Explain the difference between the public, private, final, protected, and default modifiers?

0 Answers  


What will happen when using pass by reference in java?

0 Answers   HCL,


Categories