What are scriptlets?
No Answer is Posted For this Question
Be the First to Post Answer
Is a copy constructor?
What is multiple inheritance & can we implement it in java?
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?
Does java support function overloading, pointers, structures, unions or linked lists?
which one the better thread emplemented thread or extended ?
What is meant by event handling in SAX parser?
How you can force the garbage collection?
How define set in java?
How destructors are defined in java?
can we override the main() method in java????
3 Answers Vimukti Technologies,
What is thin driver and thick driver. why it is called so?
What is the difference between the boolean & operator and the && operator in java programming?