What is the difference between length and length() method 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 thread? What are the high-level thread states? : Java thread

0 Answers  


which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?

6 Answers   HP, SparkTG,


Why do we use public static with the main function in Java?

13 Answers   College School Exams Tests, Infosys,


What do you mean by object?

0 Answers  


What is Java Reflection API? Why it’s so important to have?

0 Answers  






What is memory leak and how does java handle it?

0 Answers  


What is the reason behind using constructors and destructors?

0 Answers   HCL,


Can we call the run() method instead of start()?

0 Answers  


What is an 8 bit word?

0 Answers  


What are three ways in which a thread can enter the waiting state in java programming?

0 Answers  


Can an exception be rethrown?

4 Answers   Wipro,


Can try statements be nested?

3 Answers   Wipro,


Categories