Mention the default values of all the elements of an array defined as an instance variable.


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

Post New Answer

More Core Java Interview Questions

Explain thread in java?

0 Answers  


What are the 8 data types in java?

0 Answers  


Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?

5 Answers   Rolta,


When super keyword is used?

0 Answers  


What is purpose of find feature?

0 Answers  


What is default switch case? Give example.

0 Answers  


What classes of exceptions may be thrown by a throw statement?

0 Answers  


Hi can u pls tell me what is the use of marker interface. Iknow what is marker interface but what ability will the object get by implementing this.

3 Answers   CGI,


How objects are stored in java?

0 Answers  


Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?

0 Answers   Genpact,


what is an anonymous class?

6 Answers   TCS,


What is meant by singleton class?

0 Answers  


Categories