how to deploy tomcatserver to weblogic server?
write d following steps?
No Answer is Posted For this Question
Be the First to Post Answer
how to create daemon thread in java?
what is difference between abstraction and interface?
What is use of set in java?
What is a nested list?
Explain the key functions of data binding?
0 Answers Akamai Technologies, Aspire, Impetus, Infogain, Tavant Technologies, Virtusa,
Explain the purpose of garbage collection in Java?
how can you say that java is independ language
Explain the public class modifier?
If two threads call a static method at the same point of time, what will happen?
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 an Iterator interface?
What is the superclass of exception?