What is thread life cycle in java?
No Answer is Posted For this Question
Be the First to Post Answer
what is ejb? what is the importance of ejb?
what is the purpose of method overriding in java where v r completely re-defining a inherited method instead y can't v create a new method and define.If the question is very silly plz excuse me and do reply.Thank U!
7 Answers emc2, Kumaran Systems,
Can you explain the private protected field modifier?
What are the four corner stones of oop?
what is diffrence between .NET and java?
What do you understand by java virtual machine?
StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?
what is purpose of writting public static void main(Strind arg[]) in java..?
What is difference between hashset and hashmap in java?
Give the hierarchy of inputstream and outputstream classes.
What is the difference between array list and vector in java?
Why java does not supports multiple inheritance?