Why a dead thread occurs?
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between nested and inner class in java.
0 Answers Akamai Technologies,
What is module in oop?
What is memory leak and how does java handle it?
can any body body expalin best definitions & best real time exaples for opps concepts.
What is difference between static class and normal class?
What is the use of isempty 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?
what is servlet filter?
Is null a keyword in java?
JSP is by default thread safe or not? what is the meaning of isThreadSafe="true" and isThreadSafe="false". Explain it? Thanks, Seenu
What do u mean by method and also contructer in java ?
String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects