Explain the different types of memory used by jvm?
No Answer is Posted For this Question
Be the First to Post Answer
what's the main difference between unix os and linux os?
What is the form of storage space in java?
types of exceptions
What is diffennce between AWT & SWING?
What does module-relative mean?
What is runnable?
What do you need to set-up a cluster with jboss?
What class is the top of the awt event hierarchy?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
1) Scenario: I developed my application on local system and everything is perfect and tested. Now on UAT this application is deployed on clustered server environment. They are logical or physically clustered. But application is not working over there.  What is the issue with application?  What are the first things which come in your mind?
if i know the lenght of collection in hand, should I use Array or Arraylist? justify
For an example, if we have some variable in run method, and we created one or more threads. Does all threads will share the same variable or a copy of variable is created for each thread??