Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) Why ArrayList class is not a synchronized class and why it is not a thread safe class? explain
1 5059what is actual real time using of oops concepts in projects(Interface,polymorphism.abstraction.........)
2 11210I have 2 objects inside one object(vector). how can i serialize one of them. I dont want to serialize the second one
3 9058Each instance of weblogic server is physical or logical. Can sever instance be shared over multiple machines?
3 8214difference between String a; and String a=new String();? y do v need to assign memory to the variable?
2 6102
how to create daemon thread in java?
What is tight and loose coupling?
Mention some interfaces implemented by linked list in java.
Several types of log files in the appserver?
Why is logger singleton?
What is numeric data type?
What are daemon Threads in java?
How many WebLogic servers can be held inside a multi-processor machine?
Whenever we see a very slow response from server-side, then what all thing we need to look into?
What do you mean by bean managed transaction?
What is setfocusable in java?
Why we use hibernate template?
What is the preferred size of a component in java programming?
What is meant by design patterns?
How do I put a message back on the queue for processing? : BEA Weblogic