Enter Keywords:
1 - 10 of 28(0.635 seconds)
Sort By:
 
I have defined a singleton class in which i am populating hashmap. I would like to use the value in another class. However i am getting null values. I have attached the code below. The class whi...
Zones: Sun Java Web Server, New …Date Answered: 05/23/2009 Rating: 8.8 Views: 0
How can i read the contents of each cell in java and create a separate string for each row in the cell
Zones: Java Servlets, JavaDate Answered: 06/09/2009 Rating: 6.5 Views: 54
We wanted to  retrieve Calling Class name(with Package structure) so that we can control the work flow in certain way inside the called Class method. We have searched and found out two ways ... ...
Zones: JavaDate Answered: 07/07/2009 Rating: 7.4 Views: 0
I am compiling few questions at one place. Can someone please give me answers? 1) I have class A and class B. if I create a instance of B in class A's method, where the memory will be created? ...
Zones: Java, New To JavaDate Answered: 07/12/2009 Rating: 3.0 Views: 200
Is there a mechanism where when a particular exception when thrown,(but this throw is not written inside a try-catch block) propagates to the Container level and not lost ? We wanted to throw an...
Zones: Web Servers, JavaDate Answered: 07/21/2009 Rating: 9.1 Views: 0
We want to find out Object size at runtime But Do not want to use Reflection, because it adds performance issue. Do not want to use the conventional method of calculating an Object by the no. ...
Zones: JavaDate Answered: 08/05/2009 Rating: 7.7 Views: 0
Give a float value like below how to convert it to three values like below an integer of 1 byte, a multiplier of 2 bytes and a divider of 1 byte. i have to split to these three values for any float...
Zones: JavaDate Answered: 10/06/2009 Rating: 6.8 Views: 0
This question was answered earlier and it said there is no difference. Can you please reconfirm that? Also, what I have seen generally as a coding practice by veteran developers is that they use "...
Zones: Prog Languages, JavaDate Answered: 10/11/2009 Rating: 9.3 Views: 0
hi all, please tell me why to use private static final in front of variable ? If the variable is final, its value will be constant in that class. So what is the need of static keyword because if th...
Zones: New To JavaDate Answered: 12/30/2009 Rating: 9.2 Views: 0
Hi, for the code given below, what does it mean " populate object  'objRes'  ? "  what is the meaning of populating an object ? public OrderResponse  getOrederRequest(Order objOrderReq) {...
Zones: J2SEDate Answered: 01/28/2010 Rating: 9.0 Views: 0