Is array an object 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 the difference between jsp and servlet?

6 Answers   Symphony,


How to eliminate duplicates from an array?

6 Answers   ABC, AdMod, Adobe, College School Exams Tests, Patni, Wipro,


Which sorting algorithm is best in java?

0 Answers  


What will happen inside init() in servlet. my interviewer asked servlet lifecycle. i said "once servlet is loaded in to memory init() will be called which performs servlet initialization " . Again interview asked what values will be initialized . what is difference between init() and init(ServletConfig config).

2 Answers   Infinite Computer Solutions, TCS,


can we create instance for interface in java?

4 Answers  


What will happen if we write code like: try{}catch(exception e)catch(IOException i)

6 Answers   CTS, TCS,


How do you replace all in word?

0 Answers  


These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }

0 Answers   HCL,


what is auto boxing

3 Answers   UHG,


what is Thread?

6 Answers  


To obtain design information about an object, which class in used?

1 Answers  


How to stop a thread in java? Explain about sleep () method in a thread?

0 Answers  


Categories