What is a variable and constant?


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

Post New Answer

More Core Java Interview Questions

Is it possible to use string in the switch case?

0 Answers  


Discuss 2D arrays.

0 Answers   Amdocs,


there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.

0 Answers   Manhattan,


Name few "optional" classes introduced with java 8 ?

0 Answers  


What is finalize() function in java?

0 Answers  






When abstract methods are used?

1 Answers  


How to make a class or a bean serializable?

0 Answers  


Explain the importance of import keyword in java?

0 Answers  


What happens when a class is made static like if a field or member is made static it becomes class variable and is shared by all the object of the class?

1 Answers  


Can arraylist contain null values?

0 Answers  


What is the life-cycle of an object?

2 Answers   Broadridge, Syntel,


What is a void return type?

6 Answers  


Categories