Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) Why ArrayList class is not a synchronized class and why it is not a thread safe class? explain
1 5065what is actual real time using of oops concepts in projects(Interface,polymorphism.abstraction.........)
2 11216I have 2 objects inside one object(vector). how can i serialize one of them. I dont want to serialize the second one
3 9073Each instance of weblogic server is physical or logical. Can sever instance be shared over multiple machines?
3 8220difference between String a; and String a=new String();? y do v need to assign memory to the variable?
2 6118
Why is there no polymorphic-type response from a create () or find () method?
When is finally block not called?
What's the difference between code-based security and role-based security? Which one is better? : java security
Is arraylist ordered?
What is fetching strategy in hibernate?
While packaging the web application defaultwebapp for deployment into the weblogic server, the home and remote interfaces of the enterprise beans used by the servlets should reside in which directory? : BEA Weblogic
What is the primary benefit of encapsulation?
Explain listiterator and methods in listiterator?
What are the environments you support?
What are constants and how to create constants in java?
What function extracts specified characters from a string?
What are the differences between abstract class and interface?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
What are the different ways to set up a class like spring bean?
What is the difference between lambda expression and anonymous methods?