What is foreach loop in java?
No Answer is Posted For this Question
Be the First to Post Answer
How to perform merge sort in java?
How do you define a method?
What are the differences between heap and stack memory in java?
What is main difference between variable and constant?
what is meant by encapsulation?
What differences exist between iterator and listiterator?
Explain method overloading and overriding?
suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?
what is default layout of JFrame class?
What exactly is methodology?
what is the use of private constructor in core java?
3 Answers OnMobile, Satyam, Yash Technologies,
Can you explain the difference b/n abtract and interface with a good example,?In what cases we have use abtract and what case interface?