Define array. Tell me about 2-D array.


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

Post New Answer

More Core Java Interview Questions

Can we declare the main method of our class as private?

0 Answers  


What are user defined exceptions?

0 Answers  


Why volatile is used in java?

0 Answers  


What are the types of sockets in java?

0 Answers  


How do you use wildcards?

0 Answers  


Can we define static methods inside interface?

0 Answers  


all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.

4 Answers  


why to use transient variables when static variables can be used for Serialization

4 Answers  


I have one Shopping cart application, i that i have selected some items, while clicking submit button by mistake i have clicked twice or trice, that time items are selected twice or trice. Actually i want only one copy of items but its selected twice or trice. So how can we avoid this problem?

2 Answers   Honeywell,


Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?

0 Answers  


What is difference between this and super keyword?

0 Answers  


What is the difference between sleep and wait in java?

0 Answers  


Categories