What is the difference between length and size in java?


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

Post New Answer

More Core Java Interview Questions

What is jit and its use?

0 Answers  


What do you understand by classes in java?

0 Answers  


Is null a string?

0 Answers  


what is the difference between System.exit() and System.exit(1)?

1 Answers   eClinical Solutions, eClinical Works, eClinicalWorks,


How transient variable is different from volatile variable?

0 Answers  






What is Java Package and which package is imported by default?

0 Answers  


Does Java support multiple Inheritance?

12 Answers  


10. class Nav{ 11. public enum Direction { NORTH, SOUTH, EAST, WEST } 12. } 13. public class Sprite{ 14. // insert code here 15. } Which code, inserted at line 14, allows the Sprite class to compile? a)Direction d = NORTH; b)Nav.Direction d = NORTH; c)Direction d = Direction.NORTH; d)Nav.Direction d = Nav.Direction.NORTH;

2 Answers  


Why is the main method declared static?

0 Answers  


What is constructor

9 Answers   Manforce, Tech Mahindra,


What is the name of the java compiler?

0 Answers  


What is the gregoriancalendar class in java programming?

0 Answers  


Categories